summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-3143-228/+402
|\
| * act_pedit: check binding before calling tcf_hash_release()WANG Cong2015-07-311-3/+2
| * net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan2015-07-301-1/+2
| * net: sched: fix refcount imbalance in actionsDaniel Borkmann2015-07-301-5/+6
| * act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann2015-07-291-18/+35
| * ipv6: flush nd cache on IFF_NOARP changeEric Dumazet2015-07-291-0/+6
| * bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov2015-07-291-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-281-7/+9
| * net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward2015-07-281-1/+0
| * bridge: stp: when using userspace stp stop kernel hello and hold timersNikolay Aleksandrov2015-07-283-4/+18
| * packet: missing dev_put() in packet_do_bind()Lars Westerhoff2015-07-271-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-261-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-263-3/+2
| * | inet: frag: don't wait for timer deletion when evictingFlorian Westphal2015-07-261-18/+11
| * | inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-265-16/+16
| * | inet: frag: don't re-use chainlist for evictorFlorian Westphal2015-07-261-5/+3
| * | net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann2015-07-261-6/+0
| * | bridge: netlink: fix slave_changelink/br_setport race conditionsNikolay Aleksandrov2015-07-261-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-241-0/+13
| * | | sch_plug: purge buffered packets during resetWANG Cong2015-07-241-0/+1
| * | | ipv4: consider TOS in fib_select_defaultJulian Anastasov2015-07-244-13/+29
| * | | ipv4: fib_select_default should match the prefixJulian Anastasov2015-07-241-0/+5
| | |/ | |/|
* | | Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-283-13/+23
|\ \ \
| * | | SUNRPC: Report TCP errors to the callerTrond Myklebust2015-07-271-7/+6
| * | | sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.NeilBrown2015-07-271-0/+9
| * | | SUNRPC: xprt_complete_bc_request must also decrement the free slot countTrond Myklebust2015-07-221-1/+1
| * | | SUNRPC: Fix a backchannel deadlockTrond Myklebust2015-07-221-2/+2
| * | | SUNRPC: Don't confuse ENOBUFS with a write_space issueTrond Myklebust2015-07-031-1/+2
| * | | SUNRPC: Don't reencode message if transmission failed with ENOBUFSTrond Myklebust2015-07-031-2/+3
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-231-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | 9p/trans_virtio: reset virtio device on removePierre Morel2015-07-131-0/+1