summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-121-4/+9
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-123-3/+3
* tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet2017-08-121-0/+3
* net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long2017-08-121-1/+1
* net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet2017-08-121-1/+2
* tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-08-121-2/+2
* ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li2017-08-111-1/+1
* dccp: fix a memleak for dccp_feat_init err processXin Long2017-08-111-2/+5
* packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong2017-08-111-1/+1
* rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-08-111-1/+2
* ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-08-111-4/+5
* ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-08-111-2/+6
* net: Zero terminate ifr_name in dev_ifname().David S. Miller2017-08-111-0/+1
* xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert2017-08-111-5/+4
* vlan: Propagate MAC address to VLANsMike Manning2017-08-113-3/+24
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2017-08-111-1/+1
* net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-08-111-3/+4
* net, sched: fix soft lockup in tc_classifyDaniel Borkmann2017-08-111-1/+3
* net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2017-08-111-1/+7
* ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek2017-08-111-2/+2
* Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro2017-08-111-0/+3
* Bluetooth: Fix potential NULL dereferenceJohan Hedberg2017-08-111-4/+3
* Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro2017-08-111-0/+3
* net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-08-111-3/+9
* af_key: Add lock to key dumpYuejie Shi2017-08-111-8/+38
* af_key: Fix sadb_x_ipsecrequest parsingHerbert Xu2017-07-271-21/+26
* Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld2017-07-271-2/+3
* NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk2017-07-271-2/+4
* nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk2017-07-271-2/+1
* nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk2017-07-271-1/+3
* NFC: fix broken device allocationJohan Hovold2017-07-271-13/+18
* cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari2017-07-211-2/+1
* cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari2017-07-211-0/+4
* cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODESrinivas Dasari2017-07-211-0/+1
* ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca2017-07-211-11/+11
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-07-211-2/+2
* tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong2017-07-211-0/+2
* ipv6: avoid unregistering inet6_dev for loopbackWANG Cong2017-07-211-1/+2
* xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter2017-07-051-4/+12
* xfrm: NULL dereference on allocation failureDan Carpenter2017-07-051-0/+1
* xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-07-051-47/+0
* net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng2017-07-051-1/+2
* decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang2017-07-051-10/+4
* ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long2017-07-051-3/+3
* igmp: add a missing spin_lock_init()WANG Cong2017-07-051-0/+1
* igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong2017-07-051-8/+13
* net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfxJia-Ju Bai2017-07-051-5/+1
* Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen2017-07-051-0/+14
* decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk2017-07-051-1/+3
* net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko2017-07-051-1/+2