Age | Commit message (Expand) | Author | Files | Lines |
2012-11-16 | net: use right lock in __dev_remove_offload | Eric Dumazet | 1 | -2/+2 |
2012-11-16 | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller | 7 | -11/+77 |
2012-11-16 | ipv6: export IP6_RT_PRIO_* to userland | Nicolas Dichtel | 2 | -3/+3 |
2012-11-16 | ipv6: Fix build error with udp_offload | Vlad Yasevich | 1 | -0/+1 |
2012-11-16 | net: Make IPv6 build depend on CONFIG_INET | Vlad Yasevich | 1 | -1/+1 |
2012-11-16 | Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next | David S. Miller | 10 | -8/+1898 |
2012-11-16 | net: phy: smsc: Re-enable EDPD mode for LAN87xx | Patrick Trantham | 1 | -26/+43 |
2012-11-16 | net: Remove code duplication between offload structures | Vlad Yasevich | 7 | -54/+66 |
2012-11-16 | ipv6: Pull IPv6 GSO registration out of the module | Vlad Yasevich | 12 | -75/+36 |
2012-11-16 | ipv4: Pull GSO registration out of inet_init() | Vlad Yasevich | 1 | -14/+21 |
2012-11-16 | ipv6: Update ipv6 static library with newly needed functions | Vlad Yasevich | 5 | -110/+121 |
2012-11-16 | ipv6: Move exthdr offload support into separate file | Vlad Yasevich | 4 | -37/+55 |
2012-11-16 | ipv6: Separate out UDP offload functionality | Vlad Yasevich | 4 | -101/+130 |
2012-11-16 | ipv6: Separate tcp offload functionality | Vlad Yasevich | 5 | -110/+141 |
2012-11-16 | ipv6: Separate ipv6 offload support | Vlad Yasevich | 4 | -246/+296 |
2012-11-16 | ipv6: Switch to using new offload infrastructure. | Vlad Yasevich | 5 | -32/+64 |
2012-11-16 | ipv4: Switch to using the new offload infrastructure. | Vlad Yasevich | 2 | -20/+16 |
2012-11-16 | ipv6: Add new offload registration infrastructure. | Vlad Yasevich | 5 | -0/+45 |
2012-11-16 | net: Add net protocol offload registration infrustructure | Vlad Yasevich | 3 | -0/+45 |
2012-11-16 | net: Switch to using the new packet offload infrustructure | Vlad Yasevich | 4 | -16/+20 |
2012-11-16 | net: Add generic packet offload infrastructure. | Vlad Yasevich | 2 | -0/+94 |
2012-11-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 3 | -77/+72 |
2012-11-15 | can: grcan: Add device driver for GRCAN and GRHCAN cores | Andreas Larsson | 6 | -0/+1847 |
2012-11-15 | ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms() | Nicolas Dichtel | 1 | -1/+1 |
2012-11-15 | sit: fix sparse warnings | Nicolas Dichtel | 1 | -5/+5 |
2012-11-15 | ipip: fix sparse warnings in ipip_netlink_parms() | Nicolas Dichtel | 1 | -2/+2 |
2012-11-15 | can: janz-ican3: Fix the usage of wait_for_completion_timeout | Chuansheng Liu | 1 | -2/+2 |
2012-11-15 | can: usb: esd_usb2: Add support for CAN-USB/Micro | Matthias Fuchs | 1 | -6/+25 |
2012-11-15 | can: usb: esd_usb2: Add support for listen-only mode | Matthias Fuchs | 1 | -0/+4 |
2012-11-15 | can: sja1000: plx_pci: add support for Connect Tech Inc's Canpro/104-Plus Opt... | Muhammad Ghias | 2 | -0/+20 |
2012-11-15 | ixgbevf: Add checksum statistics counters to rings | Greg Rose | 2 | -7/+18 |
2012-11-15 | ixgbevf: Remove unneeded and obsolete comment | Greg Rose | 1 | -7/+0 |
2012-11-15 | ixgbevf: White space and comments clean up | Greg Rose | 1 | -13/+6 |
2012-11-15 | ixgbevf: Remove mailbox spinlock from the reset function | Greg Rose | 1 | -4/+0 |
2012-11-15 | ixgbevf: Remove checking for mac.ops function pointers | Greg Rose | 1 | -38/+18 |
2012-11-15 | ixgbevf: Remove the ring adapter pointer value | Greg Rose | 1 | -1/+0 |
2012-11-15 | ixgbevf: Fix unnecessary dereference where local var is available. | Greg Rose | 1 | -2/+2 |
2012-11-15 | ixgbevf: Streamline the rx buffer allocation | Greg Rose | 1 | -5/+5 |
2012-11-15 | ioat: Do not enable DCA if tag map is invalid | Alexander Duyck | 1 | -0/+23 |
2012-11-15 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 11 | -173/+416 |
2012-11-15 | arm/dts: am33xx: Add CPSW and MDIO module nodes for AM33XX | Mugunthan V N | 3 | -0/+64 |
2012-11-15 | ARM: OMAP2+: omap2plus_defconfig: Enable CPSW support | Mugunthan V N | 1 | -0/+3 |
2012-11-15 | ARM: OMAP3+: hwmod: Add AM33XX HWMOD data for davinci_mdio module | Mugunthan V N | 1 | -0/+31 |
2012-11-15 | net: cpsw: halt network stack before halting the device during suspend | Mugunthan V N | 1 | -3/+3 |
2012-11-15 | cpsw: simplify the setup of the register pointers | Richard Cochran | 3 | -197/+108 |
2012-11-15 | net: cpsw: Add parent<->child relation support between cpsw and mdio | Vaibhav Hiremath | 1 | -2/+14 |
2012-11-15 | net: davinci_mdio: Fix typo mistake in calling runtime-pm api | Vaibhav Hiremath | 1 | -1/+1 |
2012-11-15 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 233 | -4289/+13900 |
2012-11-15 | tg3: Use tp->rxq_cnt when checking RSS tables. | Michael Chan | 1 | -4/+4 |
2012-11-15 | tg3: Cleanup hardcoded ethtool test array indexes | Nithin Nayak Sujir | 1 | -29/+41 |