summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: use constant time memory comparison for macJason A. Donenfeld2017-10-121-1/+2
* cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari2017-10-121-0/+4
* cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODESrinivas Dasari2017-10-121-0/+1
* cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari2017-10-121-2/+1
* net: reflect mark on tcp syn ack packetsJamal Hadi Salim2017-10-122-1/+3
* ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca2017-10-121-9/+9
* ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel2017-10-121-2/+3
* af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...Mateusz Jurczyk2017-10-121-5/+3
* NFC: fix broken device allocationJohan Hovold2017-10-121-13/+18
* Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld2017-10-121-2/+3
* tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-09-151-0/+4
* xfrm: policy: check policy direction valueVladis Dronov2017-09-151-0/+6
* net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-09-151-1/+7
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-09-151-2/+2
* tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong2017-09-151-0/+2
* net: account for current skb length when deciding about UFOMichal Kubeček2017-09-152-10/+9
* ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li2017-09-151-1/+1
* ipv6: avoid unregistering inet6_dev for loopbackWANG Cong2017-09-151-1/+4
* ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-09-151-1/+5
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-09-152-2/+12
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-09-152-11/+17
* rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych2017-09-151-0/+2
* ipv6: Do not leak throw route referencesSerhey Popovych2017-09-151-1/+2
* xfrm: NULL dereference on allocation failureDan Carpenter2017-09-151-0/+1
* xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter2017-09-151-4/+12
* mac80211/wpa: use constant time memory comparison for MACsJason A. Donenfeld2017-09-151-2/+3
* mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach2017-09-151-1/+5
* l2tp: cast l2tp traffic counter to unsignedDominik Heidler2017-09-151-6/+7
* net: ping: do not abuse udp_poll()Eric Dumazet2017-09-153-3/+3
* ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-09-151-1/+3
* ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2017-09-152-0/+4
* tcp: avoid fastopen API to be used on AF_UNSPECWei Wang2017-09-151-2/+5
* netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang2017-09-151-1/+6
* libceph: NULL deref on crush_decode() error pathDan Carpenter2017-09-151-0/+1
* batman-adv: Fix rx packet/bytes stats on local ARP replySven Eckelmann2017-09-151-2/+3
* net: fix compile error in skb_orphan_partial()Eric Dumazet2017-09-151-3/+0
* mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-09-152-5/+12
* tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh2017-09-151-1/+1
* tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng2017-09-151-4/+5
* netem: fix skb_orphan_partial()Eric Dumazet2017-09-151-6/+6
* af_key: Fix slab-out-of-bounds in pfkey_compile_policy.Steffen Klassert2017-09-151-1/+1
* xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-09-151-47/+0
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-263-6/+10
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2017-08-261-1/+1
* packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-261-4/+9
* ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-08-261-2/+6
* tcp: fix wraparound issue in tcp_lpEric Dumazet2017-08-261-2/+4
* ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller2017-08-261-0/+1
* ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek2017-08-261-2/+2
* Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc2017-08-261-1/+2