summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* nl80211: fix sched scan netlink socket owner destructionJohannes Berg2017-01-191-9/+7
* net: ipv4: Fix multipath selection with vrfDavid Ahern2017-01-151-2/+7
* gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu2017-01-151-0/+1
* gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-01-151-2/+3
* gro: Enter slow-path if there is no tailroomHerbert Xu2017-01-151-1/+2
* ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck2017-01-151-1/+1
* igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-01-151-1/+6
* drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang2017-01-151-1/+7
* drop_monitor: add missing call to genlmsg_endReiter Wolfgang2017-01-151-9/+24
* net, sched: fix soft lockup in tc_classifyDaniel Borkmann2017-01-151-1/+3
* ipv6: handle -EFAULT from skb_copy_bitsDave Jones2017-01-151-1/+5
* mac80211: initialize fast-xmit 'info' laterJohannes Berg2017-01-121-1/+2
* libceph: verify authorize reply on connectIlya Dryomov2017-01-091-0/+13
* cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2017-01-094-9/+39
* batman-adv: Check for alloc errors when preparing TT local dataSven Eckelmann2016-12-151-2/+2
* can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2016-12-151-0/+3
* esp6: Fix integrity verification when ESN are usedTobias Brunner2016-12-101-1/+1
* esp4: Fix integrity verification when ESN are usedTobias Brunner2016-12-101-1/+1
* ipv4: Set skb->protocol properly for local outputEli Cooper2016-12-101-0/+3
* ipv6: Set skb->protocol properly for local outputEli Cooper2016-12-101-0/+2
* net: ping: check minimum size on ICMP header lengthKees Cook2016-12-101-0/+4
* net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2016-12-101-2/+2
* packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-101-6/+12
* net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet2016-12-101-5/+7
* netlink: Do not schedule work from sk_destructHerbert Xu2016-12-101-17/+15
* netlink: Call cb->done from a worker threadHerbert Xu2016-12-102-4/+25
* net/sched: pedit: make sure that offset is validAmir Vadai2016-12-101-4/+20
* net, sched: respect rcu grace period on cls destructionDaniel Borkmann2016-12-107-20/+31
* l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2016-12-102-4/+6
* rtnetlink: fix FDB size computationSabrina Dubroca2016-12-101-1/+4
* af_unix: conditionally use freezable blocking calls in readWANG Cong2016-12-101-6/+11
* ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni2016-12-101-2/+11
* net: check dead netns for peernet2id_alloc()WANG Cong2016-12-101-0/+2
* flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet2016-12-021-1/+1
* cfg80211: limit scan results cache sizeJohannes Berg2016-12-022-0/+70
* netfilter: nft_dynset: fix element timeout for HZ != 1000Anders K. Pedersen2016-11-261-2/+4
* can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp2016-11-261-9/+23
* tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-213-8/+27
* ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin2016-11-211-1/+3
* net: __skb_flow_dissect() must cap its return valueEric Dumazet2016-11-211-3/+8
* sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh2016-11-211-0/+2
* fib_trie: Correct /proc/net/route off by one errorAlexander Duyck2016-11-211-12/+9
* sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner2016-11-211-2/+5
* ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet2016-11-211-0/+1
* ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet2016-11-211-7/+8
* dccp: fix out of bound access in dccp_v4_err()Eric Dumazet2016-11-211-6/+8
* dccp: do not send reset to already closed socketsEric Dumazet2016-11-211-0/+4
* tcp: fix potential memory corruptionEric Dumazet2016-11-211-1/+1
* net: mangle zero checksum in skb_checksum_help()Eric Dumazet2016-11-211-1/+1
* net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2016-11-211-0/+1