summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: rcu lock and preempt disable missing around generic xdpJohn Fastabend2017-09-091-9/+16
* bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann2017-09-091-2/+19
* ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan2017-09-091-0/+1
* ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan2017-09-091-2/+2
* ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-09-091-1/+1
* tcp: fix a request socket leakEric Dumazet2017-09-092-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-09-087-88/+87Star
|\
| * 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/+53Star
| * 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-081-3/+7
* | udp: drop head states only when all skb references are gonePaolo Abeni2017-09-082-7/+7
* | ip6_gre: update mtu properly in ip6gre_errXin Long2017-09-081-1/+3
* | net: sched: fix memleak for chain zeroJiri Pirko2017-09-081-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-071-1/+1
* | netlink: access nlk groups safely in netlink bind and getnameXin Long2017-09-071-4/+12
* | netlink: fix an use-after-free issue for nlk groupsXin Long2017-09-071-3/+3
* | sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng2017-09-072-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-06445-40132/+13032Star
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-0610-76/+62Star
| |\|
| | * l2tp: pass tunnel pointer to ->session_create()Guillaume Nault2017-09-034-25/+17Star
| | * l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault2017-09-032-13/+32
| | * Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-034-35/+12Star
| | * Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-031-3/+1Star
| * | rds: Fix non-atomic operation on shared flag variableHåkon Bugge2017-09-051-2/+2
| * | net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski2017-09-051-2/+6
| * | rxrpc: Make service connection lookup always check for retryDavid Howells2017-09-051-2/+1Star
| * | net: dsa: tag_brcm: Set output queue from skb queue mappingFlorian Fainelli2017-09-051-1/+2
| * | net: dsa: Allow switch drivers to indicate number of TX queuesFlorian Fainelli2017-09-051-2/+6
| * | bridge: switchdev: Use an helper to clear forward markIdo Schimmel2017-09-052-3/+10