summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: sched: fix refcount imbalance in actionsDaniel Borkmann2015-07-301-5/+6
* act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann2015-07-301-18/+35
* ipv6: flush nd cache on IFF_NOARP changeEric Dumazet2015-07-301-0/+6
* bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov2015-07-301-0/+1
* bridge: mcast: give fast leave precedence over multicast router and querierSatish Ashok2015-07-291-24/+26
* bridge: Fix network header pointer for vlan tagged packetsToshiaki Makita2015-07-291-7/+22
* packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov2015-07-291-1/+2
* arp: filter NOARP neighbours for SIOCGARPEric Dumazet2015-07-291-7/+9
* net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward2015-07-291-1/+0
* bridge: stp: when using userspace stp stop kernel hello and hold timersNikolay Aleksandrov2015-07-293-4/+18
* packet: missing dev_put() in packet_do_bind()Lars Westerhoff2015-07-281-5/+3
* fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck2015-07-271-4/+0
* tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-274-9/+13
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-07-271-0/+4
|\
| * Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg2015-07-231-0/+4
* | inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2015-07-273-3/+2
* | inet: frag: don't wait for timer deletion when evictingFlorian Westphal2015-07-271-18/+11
* | inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-275-16/+16
* | inet: frag: don't re-use chainlist for evictorFlorian Westphal2015-07-271-5/+3
* | net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann2015-07-271-6/+0
* | bridge: netlink: fix slave_changelink/br_setport race conditionsNikolay Aleksandrov2015-07-271-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-07-2511-77/+163
|\ \
| * | netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer2015-07-221-1/+2
| * | Merge tag 'ipvs-fixes-for-v4.2' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2015-07-205-39/+110
| |\ \
| | * | ipvs: call skb_sender_cpu_clearJulian Anastasov2015-07-141-0/+6
| | * | ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov2015-07-141-1/+1
| | * | ipvs: skb_orphan in case of forwardingAlex Gartrell2015-07-141-0/+27
| | * | ipvs: fix crash if scheduler is changedJulian Anastasov2015-07-143-37/+69
| | * | ipvs: do not use random local source address for tunnelsJulian Anastasov2015-07-141-1/+0
| | * | ipvs: fix ipv6 route unreach panicAlex Gartrell2015-07-141-0/+7
| * | | netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso2015-07-203-32/+50
| |/ /
| * | netfilter: IDLETIMER: fix lockdep warningDmitry Torokhov2015-07-131-0/+1
| * | netfilter: ctnetlink: put back references to master ct and expect objectsPablo Neira Ayuso2015-07-101-5/+0
* | | cgroup: net_cls: fix false-positive "suspicious RCU usage"Konstantin Khlebnikov2015-07-251-1/+2
* | | sch_choke: drop all packets in queue during resetWANG Cong2015-07-251-0/+13
* | | sch_plug: purge buffered packets during resetWANG Cong2015-07-251-0/+1
* | | ipv4: consider TOS in fib_select_defaultJulian Anastasov2015-07-254-13/+29
* | | ipv4: fib_select_default should match the prefixJulian Anastasov2015-07-251-0/+5
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-2231-135/+295
|\ \
| * | openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges2015-07-221-1/+1
| * | netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal2015-07-221-32/+47
| * | tcp: suppress a division by zero warningEric Dumazet2015-07-221-6/+5
| * | inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee2015-07-211-2/+4
| * | sched: cls_flow: fix panic on filter replaceDaniel Borkmann2015-07-211-2/+3
| * | sched: cls_flower: fix panic on filter replaceDaniel Borkmann2015-07-211-1/+1
| * | sched: cls_bpf: fix panic on filter replaceDaniel Borkmann2015-07-211-1/+1
| * | Merge tag 'mac80211-for-davem-2015-07-17' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-07-2110-41/+94
| |\ \
| | * | cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov2015-07-175-25/+53
| | * | mac80211: add missing length check for confirm framesBob Copeland2015-07-171-0/+3
| | * | mac80211: correct aid location in peering framesBob Copeland2015-07-171-1/+1