summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-09-094-115/+53
|\
| * svcrdma: Estimate Send Queue depth properlyChuck Lever2017-09-051-4/+13
| * svcrdma: Limit RQ depthChuck Lever2017-09-051-7/+12
| * svcrdma: Populate tail iovec when receivingChuck Lever2017-09-051-93/+15
| * merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields2017-09-051-2/+20
| |\
| * | svcrdma: Clean up svc_rdma_build_read_chunk()Chuck Lever2017-08-241-3/+5
| * | sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-241-3/+3
| * | sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever2017-08-242-5/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-0935-177/+323
|\ \ \
| * | | bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann2017-09-081-1/+5
| * | | net: rcu lock and preempt disable missing around generic xdpJohn Fastabend2017-09-081-9/+16
| * | | bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann2017-09-081-2/+19
| * | | ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan2017-09-081-0/+1
| * | | ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan2017-09-081-2/+2
| * | | ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-09-081-1/+1
| * | | tcp: fix a request socket leakEric Dumazet2017-09-082-6/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-09-087-88/+87
| |\ \ \
| | * | | netfilter: xt_hashlimit: fix build error caused by 64bit divisionVishwanath Pai2017-09-081-5/+7
| | * | | netfilter: xt_hashlimit: alloc hashtable with right sizeZhizhou Tian2017-09-081-2/+2
| | * | | netfilter: core: remove erroneous warn_onFlorian Westphal2017-09-081-1/+1
| | * | | netfilter: nat: use keyed locksFlorian Westphal2017-09-081-12/+24
| | * | | netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2017-09-081-77/+53
| | * | | netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal2017-09-083-0/+3
| | * | | netfilter: nf_nat: don't bug when mapping already existsFlorian Westphal2017-09-081-1/+3
| | * | | netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_scheduleXin Long2017-09-081-1/+2
| | * | | netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packetXin Long2017-09-081-2/+5
| * | | | sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner2017-09-081-1/+2
| * | | | ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca2017-09-081-6/+19
| * | | | rds: Fix incorrect statistics countingHÃ¥kon Bugge2017-09-071-3/+7
| * | | | udp: drop head states only when all skb references are gonePaolo Abeni2017-09-072-7/+7
| * | | | ip6_gre: update mtu properly in ip6gre_errXin Long2017-09-071-1/+3
| * | | | net: sched: fix memleak for chain zeroJiri Pirko2017-09-071-9/+9
| * | | | Merge tag 'mac80211-for-davem-2017-09-07' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-09-0711-32/+122
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg2017-09-063-14/+28
| | * | | mac80211: Complete ampdu work schedule during session tear downIlan peer2017-09-061-0/+18
| | * | | cfg80211: honor NL80211_RRF_NO_HT40{MINUS,PLUS}Emmanuel Grumbach2017-09-061-2/+18
| | * | | nl80211: look for HT/VHT capabilities in beacon's tailIgor Mitsyanko2017-09-051-2/+2
| | * | | mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern2017-09-051-0/+2
| | * | | mac80211: agg-tx: call drv_wake_tx_queue in proper contextJohannes Berg2017-09-051-0/+4
| | * | | mac80211: Fix null pointer dereference with iTXQ supportChunho Lee2017-09-051-1/+2
| | * | | mac80211: add MESH IE in the correct orderLiad Kaufman2017-09-051-1/+1
| | * | | mac80211: shorten debug prints using ht_dbg() to avoid warningSharon Dvir2017-09-051-2/+2
| | * | | mac80211: fix VLAN handling with TXQsJohannes Berg2017-09-052-9/+44
| | * | | mac80211: fix incorrect assignment of reassoc valueSimon Dinkin2017-09-051-1/+1
| * | | | tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza2017-09-061-1/+1
| * | | | netlink: access nlk groups safely in netlink bind and getnameXin Long2017-09-061-4/+12
| * | | | netlink: fix an use-after-free issue for nlk groupsXin Long2017-09-061-3/+3
| * | | | sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng2017-09-062-2/+2
* | | | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-09-061-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo2017-07-211-1/+1