Age | Commit message (Expand) | Author | Files | Lines |
2017-01-19 | tcp: initialize max window for a new fastopen socket | Alexey Kodanev | 1 | -0/+1 |
2017-01-19 | net/mlx5e: Remove unused variable | Arnd Bergmann | 1 | -1/+0 |
2017-01-19 | ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock | Kefeng Wang | 1 | -3/+1 |
2017-01-19 | MAINTAINERS: update cxgb4 maintainer | Hariprasad Shenai | 1 | -1/+1 |
2017-01-19 | bpf: don't trigger OOM killer under pressure with map alloc | Daniel Borkmann | 5 | -36/+52 |
2017-01-19 | lwtunnel: fix autoload of lwt modules | David Ahern | 4 | -7/+86 |
2017-01-19 | bnxt_en: Fix "uninitialized variable" bug in TPA code path. | Michael Chan | 1 | -1/+1 |
2017-01-19 | net: phy: bcm63xx: Utilize correct config_intr function | Daniel Gonzalez Cabanelas | 1 | -2/+19 |
2017-01-18 | net: fix harmonize_features() vs NETIF_F_HIGHDMA | Eric Dumazet | 1 | -2/+2 |
2017-01-18 | Merge branch 'xen-netback-leaks' | David S. Miller | 2 | -2/+17 |
2017-01-18 | xen-netback: protect resource cleaning on XenBus disconnect | Igor Druzhinin | 2 | -2/+6 |
2017-01-18 | xen-netback: fix memory leaks on XenBus disconnect | Igor Druzhinin | 1 | -0/+11 |
2017-01-18 | Merge branch 'ethtool-set-channels-fix' | David S. Miller | 3 | -17/+2 |
2017-01-18 | net/mlx5e: Remove unnecessary checks when setting num channels | Eran Ben Elisha | 1 | -10/+0 |
2017-01-18 | net/mlx4_en: Remove unnecessary checks when setting num channels | Eran Ben Elisha | 1 | -6/+1 |
2017-01-18 | net: ethtool: Initialize buffer when querying device channel settings | Eran Ben Elisha | 1 | -1/+1 |
2017-01-18 | Merge tag 'linux-can-fixes-for-4.10-20170118' of git://git.kernel.org/pub/scm... | David S. Miller | 2 | -4/+13 |
2017-01-18 | can: ti_hecc: add missing prepare and unprepare of the clock | Yegor Yefremov | 1 | -4/+12 |
2017-01-18 | can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointer | Einar Jón | 1 | -0/+1 |
2017-01-17 | net: phy: dp83848: add DP83620 PHY support | Alvaro G. M | 1 | -0/+3 |
2017-01-17 | bpf: Fix test_lru_sanity5() in test_lru_map.c | Martin KaFai Lau | 1 | -26/+27 |
2017-01-17 | vxlan: fix byte order of vxlan-gpe port number | Lance Richardson | 1 | -1/+1 |
2017-01-17 | stmmac: add missing of_node_put | Julia Lawall | 1 | -0/+1 |
2017-01-17 | virtio: don't set VIRTIO_NET_HDR_F_DATA_VALID on xmit | Rolf Neugebauer | 1 | -2/+0 |
2017-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 60 | -210/+384 |
2017-01-17 | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+3 |
2017-01-17 | Merge tag 'mmc-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul... | Linus Torvalds | 4 | -19/+23 |
2017-01-17 | Merge tag 'for-linus-20170116' of git://git.infradead.org/linux-mtd | Linus Torvalds | 5 | -10/+10 |
2017-01-17 | net sched actions: fix refcnt when GETing of action after bind | Jamal Hadi Salim | 1 | -3/+2 |
2017-01-16 | Merge tag 'nfs-for-4.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -12/+18 |
2017-01-16 | Merge branch 'mlx4-core-fixes' | David S. Miller | 3 | -29/+37 |
2017-01-16 | net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOV | Jack Morgenstein | 1 | -9/+14 |
2017-01-16 | net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ... | Jack Morgenstein | 1 | -2/+3 |
2017-01-16 | net/mlx4_core: Fix racy CQ (Completion Queue) free | Jack Morgenstein | 1 | -18/+20 |
2017-01-16 | net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registered | Heiner Kallweit | 1 | -9/+10 |
2017-01-16 | net/mlx5e: Fix a -Wmaybe-uninitialized warning | Arnd Bergmann | 1 | -4/+7 |
2017-01-16 | ax25: Fix segfault after sock connection timeout | Basil Gunn | 1 | -1/+1 |
2017-01-16 | bpf: rework prog_digest into prog_tag | Daniel Borkmann | 9 | -21/+24 |
2017-01-16 | tipc: allocate user memory with GFP_KERNEL flag | Parthasarathy Bhuvaragan | 5 | -13/+13 |
2017-01-16 | net: phy: dp83867: allow RGMII_TXID/RGMII_RXID interface types | Karicheri, Muralidharan | 2 | -4/+10 |
2017-01-16 | ip6_tunnel: Account for tunnel header in tunnel MTU | Jakub Sitnicki | 1 | -2/+2 |
2017-01-16 | mld: do not remove mld souce list info when set link down | Hangbin Liu | 1 | -21/+30 |
2017-01-16 | Merge tag 'nfsd-4.10-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 5 | -7/+12 |
2017-01-16 | be2net: fix MAC addr setting on privileged BE3 VFs | Ivan Vecera | 1 | -2/+10 |
2017-01-16 | be2net: don't delete MAC on close on unprivileged BE3 VFs | Ivan Vecera | 1 | -1/+5 |
2017-01-16 | be2net: fix status check in be_cmd_pmac_add() | Ivan Vecera | 1 | -1/+1 |
2017-01-16 | cpmac: remove hopeless #warning | Arnd Bergmann | 1 | -1/+1 |
2017-01-16 | ravb: do not use zero-length alignment DMA descriptor | Masaru Nagai | 1 | -0/+13 |
2017-01-16 | mlx4: do not call napi_schedule() without care | Eric Dumazet | 1 | -1/+4 |
2017-01-16 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2 | -18/+45 |