summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-03-25netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko
2018-03-25net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel
2018-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-03-24netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan
2018-03-23ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet
2018-03-23ip_tunnel: Emit events for post-register MTU changesPetr Machata
2018-03-22Merge tag 'mac80211-for-davem-2018-03-21' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-03-22net/ipv6: Handle onlink flag with multipath routesDavid Ahern
2018-03-22ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun
2018-03-22ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun
2018-03-22Merge tag 'batadv-net-for-davem-20180319' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2018-03-22netfilter: nf_tables: do not hold reference on netdevice from preparation phasePablo Neira Ayuso
2018-03-22netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso
2018-03-22netfilter: drop template ct when conntrack is skipped.Paolo Abeni
2018-03-21net/sched: fix idr leak in the error path of tcf_skbmod_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of tcf_vlan_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of __tcf_ipt_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of tcp_pedit_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of tcf_act_police_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of tcf_simp_init()Davide Caratti
2018-03-21net/sched: fix idr leak on the error path of tcf_bpf_init()Davide Caratti
2018-03-21mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies
2018-03-20ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio
2018-03-20netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal
2018-03-20devlink: Remove redundant free on error pathArkadi Sharshevsky
2018-03-20netfilter: nf_tables: permit second nat hook if colliding hook is going awayFlorian Westphal
2018-03-20netfilter: nf_tables: meter: pick a set backend that supports updatesFlorian Westphal
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-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