Age | Commit message (Expand) | Author | Files | Lines |
2018-11-03 | net: do not abort bulk send on BQL status | Eric Dumazet | 1 | -1/+1 |
2018-11-03 | net: bql: add __netdev_tx_sent_queue() | Eric Dumazet | 1 | -0/+20 |
2018-11-03 | Merge branch 's390-qeth-fixes' | David S. Miller | 5 | -242/+207 |
2018-11-03 | s390/qeth: report 25Gbit link speed | Julian Wiedmann | 2 | -2/+20 |
2018-11-03 | s390/qeth: sanitize ARP requests | Julian Wiedmann | 4 | -79/+34 |
2018-11-03 | s390/qeth: fix initial operstate | Julian Wiedmann | 4 | -10/+25 |
2018-11-03 | s390/qeth: unregister netdevice only when registered | Julian Wiedmann | 3 | -4/+11 |
2018-11-03 | s390/qeth: fix HiperSockets sniffer | Julian Wiedmann | 1 | -3/+5 |
2018-11-03 | s390/qeth: sanitize strings in debug messages | Julian Wiedmann | 4 | -151/+119 |
2018-11-03 | Merge branch 'net-timeout-fixes-for-GENET-and-SYSTEMPORT' | David S. Miller | 2 | -14/+14 |
2018-11-03 | net: systemport: Protect stop from timeout | Florian Fainelli | 1 | -8/+7 |
2018-11-03 | net: bcmgenet: protect stop from timeout | Doug Berger | 1 | -6/+7 |
2018-11-02 | rxrpc: Fix lockup due to no error backoff after ack transmit error | David Howells | 3 | -8/+46 |
2018-11-02 | net: dsa: microchip: initialize mutex before use | Tristram Ha | 1 | -5/+5 |
2018-11-02 | net/ipv6: Add anycast addresses to a global hashtable | Jeff Barnhill | 4 | -4/+85 |
2018-11-02 | usbnet: smsc95xx: disable carrier check while suspending | Frieder Schrempf | 1 | -0/+7 |
2018-11-02 | net: document skb parameter in function 'skb_gso_size_check' | Mathieu Malaterre | 1 | -0/+2 |
2018-11-01 | net: drop skb on failure in ip_check_defrag() | Cong Wang | 1 | -4/+8 |
2018-11-01 | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -4/+12 |
2018-11-01 | Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn... | Linus Torvalds | 2 | -1/+4 |
2018-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 56 | -274/+793 |
2018-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2 | -7/+2 |
2018-11-01 | Merge tag 'csky-for-linus-4.20-fixup-dtb' of https://github.com/c-sky/csky-linux | Linus Torvalds | 3 | -31/+2 |
2018-11-01 | Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla... | Linus Torvalds | 47 | -494/+1587 |
2018-11-01 | csky: use common dtb build rules | Guo Ren | 2 | -13/+1 |
2018-11-01 | csky: remove builtin-dtb Kbuild | Guo Ren | 3 | -18/+1 |
2018-10-31 | openvswitch: Fix push/pop ethernet validation | Jaime CaamaƱo Ruiz | 1 | -2/+2 |
2018-10-31 | net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules | Niklas Cassel | 1 | -1/+1 |
2018-10-31 | sparc64: Wire up compat getpeername and getsockname. | David S. Miller | 1 | -2/+2 |
2018-10-31 | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 16 | -41/+85 |
2018-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 8 | -48/+319 |
2018-10-31 | Merge branch 'verifier-fixes' | Alexei Starovoitov | 3 | -40/+305 |
2018-10-31 | bpf: test make sure to run unpriv test cases in test_verifier | Daniel Borkmann | 1 | -31/+40 |
2018-10-31 | bpf: add various test cases to test_verifier | Daniel Borkmann | 1 | -0/+250 |
2018-10-31 | bpf: don't set id on after map lookup with ptr_to_map_val return | Daniel Borkmann | 1 | -5/+6 |
2018-10-31 | bpf: fix partial copy of map_ptr when dst is scalar | Daniel Borkmann | 2 | -4/+9 |
2018-10-31 | Merge tag 'tag-chrome-platform-for-v4.20' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 9 | -223/+337 |
2018-10-31 | MAINTAINERS: add maintainer for IMX LPI2C driver | A.s. Dong | 1 | -0/+8 |
2018-10-31 | dt-bindings: i2c: i2c-imx-lpi2c: add imx8qxp compatible string | A.s. Dong | 1 | -0/+1 |
2018-10-31 | i2c: Clear client->irq in i2c_device_remove | Charles Keepax | 1 | -0/+2 |
2018-10-31 | i2c: Remove unnecessary call to irq_find_mapping | Charles Keepax | 1 | -4/+1 |
2018-10-31 | Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 8 | -353/+6 |
2018-10-31 | Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 11 | -456/+19 |
2018-10-31 | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming | Linus Torvalds | 1 | -25/+1 |
2018-10-31 | libbpf: Fix compile error in libbpf_attach_type_by_name | Andrey Ignatov | 1 | -6/+7 |
2018-10-31 | kselftests/bpf: use ping6 as the default ipv6 ping binary if it exists | Li Zhijian | 2 | -2/+4 |
2018-10-31 | Merge tag 'fuse-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 10 | -490/+1201 |
2018-10-31 | Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 21 | -404/+900 |
2018-10-31 | Merge branch 'mlxsw-Enable-minimum-shaper-on-MC-TCs' | David S. Miller | 3 | -25/+117 |
2018-10-31 | selftests: mlxsw: qos_mc_aware: Add a test for UC awareness | Petr Machata | 1 | -23/+70 |