summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-08-061-3/+9
* af_key: Add lock to key dumpYuejie Shi2017-08-061-8/+38
* ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov2017-07-271-5/+14
* 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-17/+18
* 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-272-15/+19
* 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
* rds: tcp: use sock_create_lite() to create the accept socketSowmini Varadhan2017-07-211-1/+1
* net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-212-11/+2
* ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca2017-07-211-11/+11
* net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-07-211-6/+16
* 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-2/+3
* net: sched: Fix one possible panic when no destroy callbackGao Feng2017-07-211-1/+2
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-07-215-23/+19
* tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell2017-07-151-5/+5
* 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
* sctp: check af before verify address in sctp_addr_id2transportXin Long2017-07-051-1/+1
* mac80211: initialize SMPS field in HT capabilitiesFelix Fietkau2017-07-051-4/+9
* net: dsa: Check return value of phy_connect_direct()Florian Fainelli2017-07-051-4/+2
* netfilter: synproxy: fix conntrackd interactionEric Leblond2017-07-051-0/+4
* netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet2017-07-051-1/+5
* rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych2017-07-051-0/+2
* ipv6: Do not leak throw route referencesSerhey Popovych2017-07-052-18/+7
* 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
* af_unix: Add sockaddr length checks before accessing sa_family in bind and co...Mateusz Jurczyk2017-07-051-1/+6
* net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval2017-07-051-1/+2
* 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
* ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-07-051-2/+4
* rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells2017-06-291-30/+34
* mac80211: fix IBSS presp allocation sizeJohannes Berg2017-06-261-0/+2
* mac80211: fix CSA in IBSS modeKoen Vandeputte2017-06-261-2/+2
* mac80211/wpa: use constant time memory comparison for MACsJason A. Donenfeld2017-06-261-4/+5
* mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach2017-06-261-1/+5
* tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan2017-06-171-6/+7