Age | Commit message (Expand) | Author |
2016-09-13 | net: bridge: add helper to call /sbin/bridge-stp | Vivien Didelot |
2016-09-12 | iwlegacy: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | hamradio: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | stmmac: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | sis900: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | sfc: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | natsemi: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | net: mvneta: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | ixgbe: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | i825xx: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | net/fsl_pq_mdio: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | sundance: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | bnx2: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | ethernet: amd: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | starfire: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | 3c59x: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2016-09-11 | Linux 4.8-rc6v4.8-rc6 | Linus Torvalds |
2016-09-11 | Merge branch 'mlx4-fixes' | David S. Miller |
2016-09-11 | net/mlx4_en: Fix panic on xmit while port is down | Moshe Shemesh |
2016-09-11 | net/mlx4_en: Fixes for DCBX | Tariq Toukan |
2016-09-11 | net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_state() | Kamal Heib |
2016-09-11 | net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_all() | Kamal Heib |
2016-09-11 | net: dsa: bcm_sf2: Get VLAN_PORT_MASK from b53_device | Florian Fainelli |
2016-09-11 | nvme: make NVME_RDMA depend on BLOCK | Linus Torvalds |
2016-09-11 | Merge tag 'staging-4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2016-09-11 | Merge tag 'usb-4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2016-09-10 | Merge branch 'vrf-tx-hook' | David S. Miller |
2016-09-10 | net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flag | David Ahern |
2016-09-10 | net: l3mdev: remove get_rtable method | David Ahern |
2016-09-10 | net: l3mdev: Remove l3mdev_fib_oif | David Ahern |
2016-09-10 | net: ipv6: Remove l3mdev_get_saddr6 | David Ahern |
2016-09-10 | net: ipv4: Remove l3mdev_get_saddr | David Ahern |
2016-09-10 | net: l3mdev: remove redundant calls | David Ahern |
2016-09-10 | net: vrf: Flip IPv6 output path from FIB lookup hook to out hook | David Ahern |
2016-09-10 | net: vrf: Flip IPv4 output path from FIB lookup hook to out hook | David Ahern |
2016-09-10 | net: l3mdev: Allow the l3mdev to be a loopback | David Ahern |
2016-09-10 | net: l3mdev: Add hook to output path | David Ahern |
2016-09-10 | net: flow: Add l3mdev flow update | David Ahern |
2016-09-10 | ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx() | Markus Elfring |
2016-09-10 | ATM-ZeitNet: Replace one kzalloc() call by kcalloc() | Markus Elfring |
2016-09-10 | ATM-ZeitNet: Improve a size determination in zatm_open() | Markus Elfring |
2016-09-10 | ATM-ZeitNet: Use kmalloc_array() in start_tx() | Markus Elfring |
2016-09-10 | ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx() | Markus Elfring |
2016-09-10 | ATM-nicstar: Refactor a kmalloc() call in ns_init_card() | Markus Elfring |
2016-09-10 | ATM-nicstar: Improve another size determination in ns_init_card() | Markus Elfring |
2016-09-10 | ATM-nicstar: Improve another size determination in get_scq() | Markus Elfring |
2016-09-10 | ATM-nicstar: Use kmalloc_array() in get_scq() | Markus Elfring |
2016-09-10 | tcp: better use ooo_last_skb in tcp_data_queue_ofo() | Eric Dumazet |