summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-06-222-14/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-2216-95/+96
|\
| * tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-221-1/+2
| * inet: clear num_timeout reqsk_alloc()Eric Dumazet2019-06-192-8/+0Star
| * ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-06-191-1/+1
| * net/af_iucv: always register net_device notifierJulian Wiedmann2019-06-191-7/+20
| * net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann2019-06-191-5/+11
| * net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann2019-06-191-1/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-193-14/+14
| |\
| | * netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault2019-06-071-3/+7
| | * netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault2019-06-041-7/+5Star
| | * netfilter: nf_tables: fix module autoload with inet familyPablo Neira Ayuso2019-05-312-4/+2Star
| * | hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-06-191-31/+8Star
| * | net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen2019-06-191-0/+5
| * | net: netem: fix use after free and double free with packet corruptionJakub Kicinski2019-06-191-8/+7Star
| * | net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski2019-06-191-5/+8
| * | tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long2019-06-191-5/+3Star
| * | ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long2019-06-191-3/+6
| * | net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-06-181-3/+0Star
| * | tipc: fix issues with early FAILOVER_MSG from peerTuong Lien2019-06-182-4/+7
* | | Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-06-213-7/+3Star
|\ \ \
| * | | SUNRPC: Fix a credential refcount leakTrond Myklebust2019-06-211-1/+0Star
| * | | Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker2019-06-212-6/+2Star
| * | | net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi2019-06-211-0/+1
* | | | 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