Age | Commit message (Expand) | Author | Files | Lines |
2010-01-15 | vhost_net: a kernel-level virtio server | Michael S. Tsirkin | 14 | -0/+2079 |
2010-01-15 | mm: export use_mm/unuse_mm to modules | Michael S. Tsirkin | 1 | -0/+3 |
2010-01-15 | tun: export underlying socket | Michael S. Tsirkin | 2 | -19/+96 |
2010-01-15 | can: Proper ctrlmode handling for CAN devices | Christian Pellegrin | 9 | -1/+19 |
2010-01-15 | netxen: fix sparse warning | Amit Kumar Salecha | 1 | -1/+1 |
2010-01-15 | netxen: fix license header | Amit Kumar Salecha | 9 | -9/+9 |
2010-01-15 | netxen: fix endianness intr coalesce | Amit Kumar Salecha | 1 | -5/+8 |
2010-01-15 | netxen: fix endianness read mac address | Amit Kumar Salecha | 3 | -5/+5 |
2010-01-15 | ipv4: Use less conflicting local var name in change_nexthops() loop macro. | David S. Miller | 1 | -36/+40 |
2010-01-15 | net/core/sock.c: quiet sparse noise | H Hartley Sweeten | 1 | -1/+1 |
2010-01-14 | proc_fops: convert drivers/isdn/ to seq_file | Alexey Dobriyan | 21 | -458/+411 |
2010-01-13 | netpoll: allow execution of multiple rx_hooks per interface | Daniel Borkmann | 2 | -66/+114 |
2010-01-13 | genetlink: optimize ctrl_dumpfamily() | Samir Bellabes | 1 | -3/+1 |
2010-01-13 | drivers/net/tlan: Remove TRUE/FALSE defines, use bool | Joe Perches | 2 | -17/+14 |
2010-01-13 | qeth: default BLKT values for new OSA/3 hardware | Einar Lueck | 2 | -18/+29 |
2010-01-13 | qeth: avoid recovery during device online setting | Ursula Braun | 2 | -3/+0 |
2010-01-13 | qeth: HiperSockets Network Traffic Analyzer | Ursula Braun | 8 | -86/+336 |
2010-01-13 | e1000e: genericize the update multicast address list | Bruce Allan | 5 | -89/+27 |
2010-01-13 | e1000e: provide MAC-family-specific function to set LAN ID | Bruce Allan | 6 | -11/+52 |
2010-01-13 | e1000e: use alternate MAC address on ESB2 if available | Bruce Allan | 7 | -58/+147 |
2010-01-13 | lib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host, network, big and little... | Joe Perches | 1 | -5/+31 |
2010-01-12 | can: Unify droping of invalid tx skbs and netdev stats | Oliver Hartkopp | 9 | -13/+41 |
2010-01-11 | tcp: Generalized TTL Security Mechanism | Stephen Hemminger | 4 | -2/+21 |
2010-01-11 | lib: Kill bit-reversed FDDI MAC output case, it's bogus. | Joe Perches | 1 | -8/+2 |
2010-01-10 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 91 | -558/+1110 |
2010-01-10 | vxge: use pci_dma_mapping_error to test return value | Denis Kirjanov | 1 | -1/+1 |
2010-01-10 | ixgbe: Fix ethtool diag test for VT mode operation | Greg Rose | 1 | -0/+11 |
2010-01-10 | ixgbe: Add SR-IOV features to main module | Greg Rose | 1 | -10/+268 |
2010-01-10 | ixgbe: Add SR-IOV feature enablement code | Greg Rose | 1 | -58/+68 |
2010-01-10 | ixgbe: Add SR-IOV specific modules to driver Makefile | Greg Rose | 1 | -1/+2 |
2010-01-10 | ixgbe: Add SR-IOV specific features | Greg Rose | 2 | -0/+381 |
2010-01-10 | ixgbe: Add SR-IOV register, structure and bit defines | Greg Rose | 3 | -3/+83 |
2010-01-10 | ixgbe: Mailbox header and code module | Greg Rose | 2 | -0/+575 |
2010-01-10 | ixgbevf: Kconfig, Makefile and Documentation | Greg Rose | 3 | -0/+113 |
2010-01-10 | ixgbevf: Driver Makefile | Greg Rose | 1 | -0/+38 |
2010-01-10 | ixgbevf: Driver main and ethool interface module and main header | Greg Rose | 3 | -0/+4605 |
2010-01-10 | ixgbevf: Mailbox communication | Greg Rose | 2 | -0/+441 |
2010-01-10 | ixgbevf: 82599 Virtual Function core functions and header | Greg Rose | 2 | -0/+555 |
2010-01-10 | ixgbevf: Macros, data structures, useful defines and registers | Greg Rose | 2 | -0/+377 |
2010-01-10 | NET: irda, remove unnecessary checks | Jiri Slaby | 1 | -6/+0 |
2010-01-10 | NET: ipv6, remove unnecessary check | Jiri Slaby | 1 | -1/+1 |
2010-01-09 | mac8390: Fix build breakage | Geert Uytterhoeven | 1 | -1/+1 |
2010-01-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 5 | -25/+31 |
2010-01-08 | netfilter: ebtables: enforce CAP_NET_ADMIN | Florian Westphal | 1 | -0/+6 |
2010-01-08 | igb: add support for device reset interrupt | Alexander Duyck | 1 | -0/+9 |
2010-01-08 | powerpc/mpc5xxx: add OF platform binding doc for FSL MSCAN devices | Wolfgang Grandegger | 2 | -8/+54 |
2010-01-08 | can: mscan-mpc5xxx: add support for the MPC512x processor | Wolfgang Grandegger | 4 | -95/+295 |
2010-01-08 | can: mscan: fix improper return if dlc < 8 in start_xmit function | Wolfgang Grandegger | 1 | -3/+6 |
2010-01-08 | net/ipv6/tcp_ipv6.c: Use compressed IPv6 address | Joe Perches | 1 | -1/+1 |
2010-01-08 | ep93xx_eth.c general cleanup | H Hartley Sweeten | 1 | -72/+68 |