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
* sunrpc: use constant time memory comparison for macJason A. Donenfeld2017-07-271-1/+2
* 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 NAN service ID is of expected sizeSrinivas Dasari2017-07-211-1/+1
* 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
* net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys2017-07-211-1/+1
* ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca2017-07-211-9/+9
* net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-07-211-6/+16
* bridge: mdb: fix leak on complete_info ptr on fail pathEduardo Valentin2017-07-211-1/+2
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-07-211-3/+3
* 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
* netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal2017-07-051-3/+4
* 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
* ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-07-052-14/+20
* sctp: check af before verify address in sctp_addr_id2transportXin Long2017-07-051-1/+1
* tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-07-055-13/+13
* mac80211: initialize SMPS field in HT capabilitiesFelix Fietkau2017-07-051-4/+9
* mac80211: recalculate min channel width on VHT opmode changesJohannes Berg2017-07-053-9/+25
* ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2017-07-052-0/+5
* net: dsa: Check return value of phy_connect_direct()Florian Fainelli2017-07-051-4/+2
* net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha2017-07-051-1/+1
* l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault2017-07-053-16/+35
* l2tp: hold session while sending creation notificationsGuillaume Nault2017-07-051-2/+4
* l2tp: fix duplicate session creationGuillaume Nault2017-07-053-56/+84
* l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault2017-07-051-4/+11
* l2tp: fix race in l2tp_recv_common()Guillaume Nault2017-07-054-23/+88
* 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
* sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long2017-07-051-3/+2
* ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long2017-07-051-3/+3