summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-03-19vti4: Don't count header length twice on tunnel setupStefano Brivio
2018-03-18batman-adv: Fix skbuff rcsum on packet rerouteSven Eckelmann
2018-03-18batman-adv: Add missing include for EPOLL* constantsSven Eckelmann
2018-03-17net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference in the error path of tcf_sample_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference in the error path of tcf_csum_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference in the error path of tcf_vlan_init()Davide Caratti
2018-03-17net: sched: fix uses after freeEric Dumazet
2018-03-16batman-adv: fix header size check in batadv_dbg_arp()Matthias Schiffer
2018-03-16batman-adv: update data pointers after skb_cow()Matthias Schiffer
2018-03-16skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-03-16netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel
2018-03-16net/iucv: Free memory obtained by kzallocArvind Yadav
2018-03-16kcm: lock lower socket in kcm_attachTom Herbert
2018-03-16vlan: Fix out of order vlan headers with reorder header offToshiaki Makita
2018-03-16net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita
2018-03-16xfrm: fix rcu_read_unlock usage in xfrm_local_errorTaehee Yoo
2018-03-15net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak
2018-03-15net/smc: simplify wait when closing listen socketUrsula Braun
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-03-14net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-13net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann
2018-03-12net: dsa: Fix dsa_is_user_port() test inversionFlorian Fainelli
2018-03-12l2tp: fix races with ipv4-mapped ipv6 addressesPaolo Abeni
2018-03-12net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni
2018-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long
2018-03-11openvswitch: meter: fix the incorrect calculation of max delta_tzhangliping
2018-03-11netfilter: nf_tables: release flowtable hooksPablo Neira Ayuso
2018-03-11netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-03-11netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal
2018-03-09ip6erspan: make sure enough headroom at xmit.William Tu
2018-03-09ip6erspan: improve error handling for erspan version number.William Tu
2018-03-09ip6gre: add erspan v2 to tunnel lookupWilliam Tu
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens
2018-03-09ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()Eric Dumazet
2018-03-09ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi
2018-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-03-07net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore
2018-03-07tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh
2018-03-07dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev
2018-03-07l2tp: do not accept arbitrary socketsEric Dumazet
2018-03-07net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai
2018-03-07ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio
2018-03-07sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev
2018-03-07Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-03-07xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman