summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* esp4: Fix udpencap for local TCP packets.Steffen Klassert2017-07-051-1/+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
* xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu2017-07-053-4/+3
* xfrm6: Fix IPv6 payload_len in xfrm6_transport_finishYossi Kuperman2017-07-051-1/+1
* netfilter: synproxy: fix conntrackd interactionEric Leblond2017-07-051-0/+4
* 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
* net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer2017-07-052-3/+7
* 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
* proc: snmp6: Use correct type in memsetChristian Perle2017-07-051-1/+1
* net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai2017-07-051-1/+1
* net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfxJia-Ju Bai2017-07-051-5/+1
* sctp: disable BH in sctp_for_each_endpointXin Long2017-07-051-2/+2
* 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: ipv6: Release route when device is unregisteringDavid Ahern2017-07-051-0/+1
* 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
* mac80211: free netdev on dev_alloc_name() errorJohannes Berg2017-07-051-0/+1
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-07-0521-45/+48
* net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko2017-07-051-1/+2
* netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPATWillem de Bruijn2017-06-291-8/+13
* netfilter: xtables: zero padding in data_to_userWillem de Bruijn2017-06-292-6/+12
* rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells2017-06-291-30/+34
* mac80211: don't send SMPS action frame in AP mode when not neededEmmanuel Grumbach2017-06-241-0/+2
* mac80211: fix dropped counter in multiqueue RXJohannes Berg2017-06-241-1/+1
* mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-06-242-5/+8
* mac80211: fix IBSS presp allocation sizeJohannes Berg2017-06-241-0/+2
* mac80211/wpa: use constant time memory comparison for MACsJason A. Donenfeld2017-06-241-4/+5
* mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach2017-06-241-1/+5
* ila_xlat: add missing hash secret initializationArnd Bergmann2017-06-241-0/+1
* netfilter: nft_set_rbtree: handle element re-addition after deletionPablo Neira Ayuso2017-06-141-11/+11
* net: bridge: fix a null pointer dereference in br_afspecNikolay Aleksandrov2017-06-141-1/+1
* net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines2017-06-141-1/+5
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-143-3/+3
* net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli2017-06-141-1/+3
* ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-06-141-1/+3
* sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh2017-06-141-1/+4
* ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie2017-06-141-0/+3
* tcp: disallow cwnd undo when switching congestion controlYuchung Cheng2017-06-141-0/+1
* ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2017-06-142-0/+4
* net: bridge: start hello timer only if device is upNikolay Aleksandrov2017-06-141-1/+2
* bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann2017-06-071-0/+1