aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-06net: Fix skb_set_peeked use-after-free bugHerbert Xu1-6/+7
2015-08-03udp: fix dst races with multicast early demuxEric Dumazet1-3/+10
2015-08-03rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter1-1/+1
2015-08-03act_mirred: avoid calling tcf_hash_release() when bindingWANG Cong1-0/+2
2015-08-03openvswitch: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin1-4/+12
2015-08-02fq_codel: explicitly reset flows in ->reset()Eric Dumazet1-3/+19
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds43-228/+402
2015-07-31act_pedit: check binding before calling tcf_hash_release()WANG Cong1-3/+2
2015-07-30net: sk_clone_lock() should only do get_net() if the parent is not a kernel socketSowmini Varadhan1-1/+2
2015-07-30net: sched: fix refcount imbalance in actionsDaniel Borkmann1-5/+6
2015-07-29act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann1-18/+35
2015-07-29ipv6: flush nd cache on IFF_NOARP changeEric Dumazet1-0/+6
2015-07-29bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov1-0/+1
2015-07-29bridge: mcast: give fast leave precedence over multicast router and querierSatish Ashok1-24/+26
2015-07-29bridge: Fix network header pointer for vlan tagged packetsToshiaki Makita1-7/+22
2015-07-29packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov1-1/+2
2015-07-28arp: filter NOARP neighbours for SIOCGARPEric Dumazet1-7/+9
2015-07-28net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward1-1/+0
2015-07-28bridge: stp: when using userspace stp stop kernel hello and hold timersNikolay Aleksandrov3-4/+18
2015-07-28Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-13/+23
2015-07-27packet: missing dev_put() in packet_do_bind()Lars Westerhoff1-5/+3
2015-07-27SUNRPC: Report TCP errors to the callerTrond Myklebust1-7/+6
2015-07-27fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck1-4/+0
2015-07-27sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.NeilBrown1-0/+9
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca4-9/+13
2015-07-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller1-0/+4
2015-07-26inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov3-3/+2
2015-07-26inet: frag: don't wait for timer deletion when evictingFlorian Westphal1-18/+11
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal5-16/+16
2015-07-26inet: frag: don't re-use chainlist for evictorFlorian Westphal1-5/+3
2015-07-26net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann1-6/+0
2015-07-26bridge: netlink: fix slave_changelink/br_setport race conditionsNikolay Aleksandrov1-1/+9
2015-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller11-77/+163
2015-07-25cgroup: net_cls: fix false-positive "suspicious RCU usage"Konstantin Khlebnikov1-1/+2
2015-07-24sch_choke: drop all packets in queue during resetWANG Cong1-0/+13
2015-07-24sch_plug: purge buffered packets during resetWANG Cong1-0/+1
2015-07-24ipv4: consider TOS in fib_select_defaultJulian Anastasov4-13/+29
2015-07-24ipv4: fib_select_default should match the prefixJulian Anastasov1-0/+5
2015-07-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2015-07-23Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg1-0/+4
2015-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds31-135/+295
2015-07-22SUNRPC: xprt_complete_bc_request must also decrement the free slot countTrond Myklebust1-1/+1
2015-07-22SUNRPC: Fix a backchannel deadlockTrond Myklebust1-2/+2
2015-07-22netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer1-1/+2
2015-07-21openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges1-1/+1
2015-07-21netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal1-32/+47
2015-07-21tcp: suppress a division by zero warningEric Dumazet1-6/+5
2015-07-21inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+4
2015-07-21sched: cls_flow: fix panic on filter replaceDaniel Borkmann1-2/+3
2015-07-21sched: cls_flower: fix panic on filter replaceDaniel Borkmann1-1/+1