aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Extend notifier info for multipath routesIdo Schimmel2019-06-182-0/+24
* netlink: Add field to skip in-kernel notificationsIdo Schimmel2019-06-181-1/+3
* netlink: Document all fields of 'struct nl_info'Ido Schimmel2019-06-181-0/+2
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-06-185-335/+440
|\
| * iavf: allow null RX descriptorsMitch Williams2019-06-171-3/+18
| * iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt2019-06-171-1/+8
| * iavf: Refactor init state machineJakub Pawlak2019-06-171-190/+261
| * iavf: Refactor the watchdog state machineJan Sokolowski2019-06-172-30/+44
| * iavf: Remove timer for work triggering, use delaying work insteadJakub Pawlak2019-06-174-45/+31
| * iavf: Move commands processing to the separate functionJakub Pawlak2019-06-171-92/+105
| * iavf: Fix the math for valid length for ADq enableAvinash Dayanand2019-06-171-1/+1
| * iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()Aleksandr Loktionov2019-06-171-1/+1
| * iavf: wait longer for close to completeMitch Williams2019-06-171-1/+1
| * iavf: use signed variableMitch Williams2019-06-171-1/+1
| * iavf: Create VLAN tag elements starting from the first elementAkeem G Abodunrin2019-06-171-2/+1
* | mlxsw: spectrum_ptp: Fix compilation on 32-bit ARMShalom Toledo2019-06-181-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-174109-34881/+9649
|\ \
| * \ 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