summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-for-davem-2018-03-21' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-03-222-1/+3
|\
| * mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies2018-03-212-1/+3
* | net/ipv6: Handle onlink flag with multipath routesDavid Ahern2018-03-221-0/+1
* | ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun2018-03-221-2/+3
* | ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun2018-03-221-1/+1
* | Merge tag 'batadv-net-for-davem-20180319' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-03-225-13/+20
|\ \
| * | batman-adv: Fix skbuff rcsum on packet rerouteSven Eckelmann2018-03-181-5/+10
| * | batman-adv: Add missing include for EPOLL* constantsSven Eckelmann2018-03-182-0/+2
| * | batman-adv: fix header size check in batadv_dbg_arp()Matthias Schiffer2018-03-161-1/+1
| * | batman-adv: update data pointers after skb_cow()Matthias Schiffer2018-03-161-5/+5
| * | batman-adv: Fix multicast packet loss with a single WANT_ALL_IPV4/6 flagLinus Lüssing2018-03-041-2/+2
* | | net/sched: fix idr leak in the error path of tcf_skbmod_init()Davide Caratti2018-03-211-1/+1
* | | net/sched: fix idr leak in the error path of tcf_vlan_init()Davide Caratti2018-03-211-1/+1
* | | net/sched: fix idr leak in the error path of __tcf_ipt_init()Davide Caratti2018-03-211-3/+6
* | | net/sched: fix idr leak in the error path of tcp_pedit_init()Davide Caratti2018-03-211-1/+1
* | | net/sched: fix idr leak in the error path of tcf_act_police_init()Davide Caratti2018-03-211-1/+1
* | | net/sched: fix idr leak in the error path of tcf_simp_init()Davide Caratti2018-03-211-1/+1
* | | net/sched: fix idr leak on the error path of tcf_bpf_init()Davide Caratti2018-03-211-1/+1
| |/ |/|
* | ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio2018-03-201-1/+1
* | devlink: Remove redundant free on error pathArkadi Sharshevsky2018-03-201-12/+4
* | net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti2018-03-171-1/+2
* | net/sched: fix NULL dereference in the error path of tcf_sample_init()Davide Caratti2018-03-171-1/+2
* | net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti2018-03-171-4/+5
* | net/sched: fix NULL dereference in the error path of tcf_csum_init()Davide Caratti2018-03-171-1/+2
* | net/sched: fix NULL dereference in the error path of tcf_vlan_init()Davide Caratti2018-03-171-1/+2
* | net: sched: fix uses after freeEric Dumazet2018-03-171-9/+13
* | skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2018-03-161-1/+1
* | netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel2018-03-161-1/+1
* | net/iucv: Free memory obtained by kzallocArvind Yadav2018-03-161-1/+3
* | kcm: lock lower socket in kcm_attachTom Herbert2018-03-161-10/+23
* | vlan: Fix out of order vlan headers with reorder header offToshiaki Makita2018-03-161-2/+2
* | net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-03-161-2/+5
* | net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak2018-03-151-0/+1
* | net/smc: simplify wait when closing listen socketUrsula Braun2018-03-152-26/+3
* | ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-03-142-7/+20
* | net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet2018-03-141-7/+15
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-1311-33/+50
|\ \
| * | net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann2018-03-131-1/+1
| * | xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman2018-03-072-2/+4
| * | xfrm: Fix ESN sequence number handling for IPsec GSO packets.Steffen Klassert2018-03-011-1/+1
| * | xfrm: Fix infinite loop in xfrm_get_dst_nexthop with transport mode.Steffen Klassert2018-02-201-2/+2
| * | xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tosXin Long2018-02-191-2/+5
| * | xfrm: reuse uncached_list to track xdstsXin Long2018-02-164-11/+23
| * | xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal2018-02-131-13/+8
| * | xfrm: Fix policy hold queue after flowcache removal.Steffen Klassert2018-02-131-1/+1
| * | xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert2018-02-021-0/+5
* | | net: dsa: Fix dsa_is_user_port() test inversionFlorian Fainelli2018-03-121-1/+1
* | | l2tp: fix races with ipv4-mapped ipv6 addressesPaolo Abeni2018-03-122-23/+18
* | | net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni2018-03-121-7/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-127-11/+84
|\ \ \