summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski2019-06-181-5/+8
* net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King2019-06-181-1/+1
* Merge branch 'net-fix-quite-a-few-dst_cache-crashes-reported-by-syzbot'David S. Miller2019-06-183-11/+15
|\
| * tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long2019-06-181-5/+3
| * ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long2019-06-181-3/+6
| * ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long2019-06-181-3/+6
|/
* tun: wake up waitqueues after IFF_UP is setFei Li2019-06-181-10/+9
* net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-06-181-3/+0
* tipc: fix issues with early FAILOVER_MSG from peerTuong Lien2019-06-182-4/+7
* bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2019-06-182-1/+3
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-06-172-1/+2
|\
| * fs/namespace: fix unprivileged mount propagationChristian Brauner2019-06-172-1/+1
| * vfs: fsmount: add missing mntget()Eric Biggers2019-06-171-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-17161-539/+2139
|\ \
| * \ Merge branch 'tcp-fixes'David S. Miller2019-06-1712-9/+58
| |\ \
| | * | tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-151-0/+1
| | * | tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-155-2/+22
| | * | tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-153-0/+7
| | * | tcp: limit payload size of sacked skbsEric Dumazet2019-06-155-9/+30
| * | | lapb: fixed leak of control-blocks.Jeremy Sowden2019-06-161-0/+1
| * | | tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long2019-06-161-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
| * | | be2net: Fix number of Rx queues used for flow hashingIvan Vecera2019-06-161-1/+1
| * | | 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-1514-95/+188
| |\ \
| | * | bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins2019-06-151-16/+84
| | * | bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre2019-06-151-1/+2
| | * | bpf, x64: fix stack layout of JITed bpf codeAlexei Starovoitov2019-06-141-53/+21
| | * | bpf, devmap: Add missing RCU read lock on flushToshiaki Makita2019-06-151-0/+4
| | * | bpf, devmap: Add missing bulk queue freeToshiaki Makita2019-06-151-0/+1
| | * | bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita2019-06-151-2/+2
| | * | Merge branch 'bpf-ppc-div-fix'Daniel Borkmann2019-06-134-9/+16
| | |\ \
| | | * | powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao2019-06-133-5/+6
| | | * | bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao2019-06-131-4/+10
| | |/ /
| | * | bpf: sync BPF_FIB_LOOKUP flag changes with BPF uapiMartynas Pumputis2019-06-131-2/+2
| | * | bpf: simplify definition of BPF_FIB_LOOKUP related flagsMartynas Pumputis2019-06-131-2/+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
| | * | bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-06-112-5/+45
| * | | Revert "net: phylink: set the autoneg state in phylink_phy_change"David S. Miller2019-06-151-1/+0
| * | | vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber2019-06-151-1/+3
| * | | net: dsa: rtl8366: Fix up VLAN filteringLinus Walleij2019-06-151-3/+4
| * | | net: phylink: set the autoneg state in phylink_phy_changeIoana Ciornei2019-06-151-0/+1
| * | | Merge branch 'tcp-add-three-static-keys'David S. Miller2019-06-149-29/+68
| |\ \ \
| | * | | net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-143-1/+12
| | * | | tcp: add tcp_tx_skb_cache sysctlEric Dumazet2019-06-142-1/+11
| | * | | tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-143-4/+19