summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-09-15net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček1-1/+7
2017-09-15net: prevent sign extension in dev_get_stats()Eric Dumazet1-2/+2
2017-09-15tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong1-0/+2
2017-09-15net: account for current skb length when deciding about UFOMichal Kubeček2-10/+9
2017-09-15ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li1-1/+1
2017-09-15ipv6: avoid unregistering inet6_dev for loopbackWANG Cong1-1/+4
2017-09-15ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong1-1/+5
2017-09-15ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2-2/+12
2017-09-15ipv6: initialize route null entry in addrconf_init()WANG Cong2-11/+17
2017-09-15rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych1-0/+2
2017-09-15ipv6: Do not leak throw route referencesSerhey Popovych1-1/+2
2017-09-15xfrm: NULL dereference on allocation failureDan Carpenter1-0/+1
2017-09-15xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter1-4/+12
2017-09-15mac80211/wpa: use constant time memory comparison for MACsJason A. Donenfeld1-2/+3
2017-09-15mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach1-1/+5
2017-09-15l2tp: cast l2tp traffic counter to unsignedDominik Heidler1-6/+7
2017-09-15net: ping: do not abuse udp_poll()Eric Dumazet3-3/+3
2017-09-15ipv6: Fix leak in ipv6_gso_segment().David S. Miller1-1/+3
2017-09-15ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2-0/+4
2017-09-15tcp: avoid fastopen API to be used on AF_UNSPECWei Wang1-2/+5
2017-09-15netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang1-1/+6
2017-09-15libceph: NULL deref on crush_decode() error pathDan Carpenter1-0/+1
2017-09-15batman-adv: Fix rx packet/bytes stats on local ARP replySven Eckelmann1-2/+3
2017-09-15net: fix compile error in skb_orphan_partial()Eric Dumazet1-3/+0
2017-09-15mac80211: strictly check mesh address extension modeRajkumar Manoharan2-5/+12
2017-09-15tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh1-1/+1
2017-09-15tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng1-4/+5
2017-09-15netem: fix skb_orphan_partial()Eric Dumazet1-6/+6
2017-09-15af_key: Fix slab-out-of-bounds in pfkey_compile_policy.Steffen Klassert1-1/+1
2017-09-15xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-47/+0
2017-08-26udp: consistently apply ufo or fragmentationWillem de Bruijn3-6/+10
2017-08-26ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li1-1/+1
2017-08-26packet: fix tp_reserve race in packet_set_ringWillem de Bruijn1-4/+9
2017-08-26ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca1-2/+6
2017-08-26tcp: fix wraparound issue in tcp_lpEric Dumazet1-2/+4
2017-08-26ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller1-0/+1
2017-08-26ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek1-2/+2
2017-08-26Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc1-1/+2
2017-08-26netfilter: ctnetlink: make it safer when updating ct->statusLiping Zhang1-6/+21
2017-08-26netfilter: ctnetlink: fix deadlock due to acquire _expect_lock twiceLiping Zhang1-19/+14
2017-08-26net: ipv6: send unsolicited NA on admin upDavid Ahern1-0/+2
2017-07-18ipv6: move stub initialization after ipv6 setup completionPaolo Abeni1-2/+4
2017-07-18net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern1-1/+2
2017-07-18mac80211: reject ToDS broadcast data framesJohannes Berg1-0/+24
2017-07-18p9_client_readdir() fixAl Viro1-0/+4
2017-07-18l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault1-1/+6
2017-07-18l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault1-2/+0
2017-07-18l2tp: take reference on sessions being dumpedGuillaume Nault5-11/+27
2017-07-18af_key: Add lock to key dumpYuejie Shi1-8/+38
2017-07-18l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault3-16/+35