summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa2017-03-221-0/+1
* dccp/tcp: fix routing redirect raceJon Maxwell2017-03-224-8/+14
* net: use net->count to check whether a netns is alive or notAndrey Vagin2017-03-221-3/+3
* bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2017-03-222-21/+1
* ipv6: avoid write to a possibly cloned skbFlorian Westphal2017-03-221-1/+6
* ipv6: make ECMP route replacement less greedySabrina Dubroca2017-03-221-0/+2
* mpls: Do not decrement alive counter for unregister eventsDavid Ahern2017-03-221-1/+2
* mpls: Send route delete notifications when router module is unloadedDavid Ahern2017-03-221-0/+1
* act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss2017-03-221-0/+3
* net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-222-2/+6
* dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet2017-03-221-8/+16
* net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov2017-03-221-1/+0
* net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-221-7/+8
* net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-03-221-7/+8
* tcp: fix various issues for sockets morphing to listen stateEric Dumazet2017-03-222-4/+9
* strparser: destroy workqueue on module exitWANG Cong2017-03-221-0/+1
* dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo2017-03-221-0/+1
* ipv6: orphan skbs in reassembly unitEric Dumazet2017-03-222-1/+1
* net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-03-221-4/+31
* net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko2017-03-221-2/+6
* net: bridge: allow IPv6 when multicast flood is disabledMike Manning2017-03-221-1/+2
* tcp/dccp: block BH for SYN processingEric Dumazet2017-03-222-4/+16
* l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber2017-03-221-1/+1
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-03-221-4/+1
* sctp: set sin_port for addr param when checking duplicate addressXin Long2017-03-221-1/+5
* ipv4: mask tos for input routeJulian Anastasov2017-03-221-0/+1
* ipv4: add missing initialization for flowi4_uidJulian Anastasov2017-03-222-3/+4
* vti6: return GRE_KEY for vti6David Forster2017-03-221-0/+4
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-03-221-2/+6
* mac80211: use driver-indicated transmitter STA only for data framesJohannes Berg2017-03-151-7/+9
* mac80211: don't handle filtered frames within a BA sessionFelix Fietkau2017-03-151-1/+2
* mac80211: don't reorder frames with SN smaller than SSNSara Sharon2017-03-153-3/+18
* mac80211: flush delayed work when entering suspendMatt Chen2017-03-151-0/+1
* ceph: update readpages osd request according to size of pagesYan, Zheng2017-03-121-1/+2
* xprtrdma: Reduce required number of send SGEsChuck Lever2017-03-123-9/+32
* xprtrdma: Disable pad optimization by defaultChuck Lever2017-03-122-1/+2
* xprtrdma: Per-connection pad optimizationChuck Lever2017-03-123-14/+16
* xprtrdma: Fix Read chunk paddingChuck Lever2017-03-121-6/+4
* netfilter: nf_ct_helper: warn when not applying default helper assignmentJiri Kosina2017-02-261-13/+26
* net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat2017-02-261-1/+3
* ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-261-4/+4
* ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-02-181-2/+4
* irda: Fix lockdep annotations in hashbin_delete().David S. Miller2017-02-171-18/+16
* dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov2017-02-171-1/+2
* packet: Do not call fanout_release from atomic contextsAnoob Soman2017-02-171-9/+22
* rhashtable: Revert nested table changes.David S. Miller2017-02-152-23/+11
* net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe2017-02-151-1/+2
* tcp: tcp_probe: use spin_lock_bh()Eric Dumazet2017-02-141-2/+2
* packet: fix races in fanout_add()Eric Dumazet2017-02-141-25/+30
* kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong2017-02-141-2/+4