summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-21301-1287/+301Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner2019-06-191-3/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner2019-06-193-15/+3Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19283-1157/+283Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484Thomas Gleixner2019-06-193-6/+3Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-192-4/+2Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner2019-06-191-10/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-197-89/+7Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-1851-108/+407
|\ \ | |/ |/|
| * Merge branch 'tcp-fixes'David S. Miller2019-06-177-9/+42
| |\
| | * tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-161-0/+1
| | * tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-163-2/+13
| | * tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-162-0/+6
| | * tcp: limit payload size of sacked skbsEric Dumazet2019-06-163-9/+24
| * | lapb: fixed leak of control-blocks.Jeremy Sowden2019-06-171-0/+1
| * | tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long2019-06-171-0/+1
| * | ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet2019-06-161-0/+2
| * | neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-161-0/+7
| * | tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet2019-06-162-5/+5
| * | hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui2019-06-161-2/+2
| * | net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan2019-06-161-1/+29
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-163-6/+11
| |\
| | * bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre2019-06-151-1/+2
| | * xdp: check device pointer before clearingIlya Maximets2019-06-121-5/+6
| | * bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau2019-06-121-0/+3
| * | vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber2019-06-151-1/+3
| * | net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-152-1/+10
| * | tcp: add tcp_tx_skb_cache sysctlEric Dumazet2019-06-151-0/+8
| * | tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-151-0/+9
| * | net: sched: flower: don't call synchronize_rcu() on mask creationVlad Buslov2019-06-151-16/+18
| * | sctp: Free cookie before we memdup a new oneNeil Horman2019-06-151-0/+8
| * | Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-06-1414-39/+153
| |\ \
| | * | cfg80211: report measurement start TSF correctlyAvraham Stern2019-06-141-2/+2
| | * | cfg80211: fix memory leak of wiphy device nameEric Biggers2019-06-141-1/+1
| | * | cfg80211: util: fix bit count off by oneMordechay Goodstein2019-06-141-1/+1
| | * | mac80211: do not start any work during reconfigure flowNaftali Goldstein2019-06-142-0/+11
| | * | cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()Luca Coelho2019-06-141-2/+2
| | * | mac80211: only warn once on chanctx_conf being NULLYibo Zhao2019-06-141-1/+1
| | * | mac80211: drop robust management frames from unknown TAJohannes Berg2019-06-141-0/+2
| | * | nl80211: fill all policy .type entriesJohannes Berg2019-05-291-21/+66
| | * | mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu2019-05-291-0/+1
| | * | mac80211: mesh: fix RCU warningThomas Pedersen2019-05-281-1/+4
| | * | nl80211: fix station_info pertid memory leakAndy Strohman2019-05-281-1/+3
| | * | mac80211: Do not use stack memory with scatterlist for GMACJouni Malinen2019-05-281-1/+6
| | * | {nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty2019-05-243-4/+14
| | * | mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()John Crispin2019-05-241-1/+1
| | * | mac80211: remove set but not used variable 'old'YueHaibing2019-05-241-2/+0Star
| | * | mac80211: handle deauthentication/disassociation from TDLS peerYu Wang2019-05-243-1/+37
| | * | wireless: Skip directory when generating certificatesMaxim Mikityanskiy2019-05-141-0/+1