- f532e74 net: systemport: start with carrier off by Florian Fainelli · 11 years ago
- e0ea05d net: systemport: fix comment about HW prepending 2bytes by Florian Fainelli · 11 years ago
- ad51c61 net: systemport: correctly check for RX_STATUS_OVFLOW flag by Florian Fainelli · 11 years ago
- d849808 net: systemport: fix transmit locking scheme by Florian Fainelli · 11 years ago
- 6934e79 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
- 54a4ca8 Merge branch 'amd-xgbe' by David S. Miller · 11 years ago
- 45198c7 amd-xgbe: Maintainer information by Lendacky, Thomas · 11 years ago
- 1ebe98d amd-xgbe: Configuration and build support by Lendacky, Thomas · 11 years ago
- 4d874b3 amd-xgbe: Initial AMD 10GbE phylib driver by Lendacky, Thomas · 11 years ago
- c5aa9e3 amd-xgbe: Initial AMD 10GbE platform driver by Lendacky, Thomas · 11 years ago
- 7c123b6 amd-xgbe: AMD 10GbE device bindings documentation by Lendacky, Thomas · 11 years ago
- e0a47d1 bridge: Fix incorrect judgment of promisc by Toshiaki Makita · 11 years ago
- 5fb22ee Merge branch 'dm9000-next' by David S. Miller · 11 years ago
- 5823798 dm9000: avoid sleeping in dm9000_timeout callback by Andrew Ruder · 11 years ago
- aac6d02 dm9000: handle initial link status by Andrew Ruder · 11 years ago
- 3625901 dm9000: remove redundant ISR status clear by Andrew Ruder · 11 years ago
- 17ad78d dm9000: clean up edge-triggered irq compatibility by Andrew Ruder · 11 years ago
- 751bb6fd dm9000: clean up reset code by Andrew Ruder · 11 years ago
- 6b50d03 dm9000: acquire irq flags from device tree by Andrew Ruder · 11 years ago
- 3b392dd MPLS: Use mpls_features to activate software MPLS GSO segmentation by Simon Horman · 11 years ago
- d68de60 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
- 41a9e55 i40e: add missing VSI statistics by Shannon Nelson · 11 years ago
- 03da6f6 i40e/i40evf: remove rx_errors and rx_missed by Shannon Nelson · 11 years ago
- 7812fdd i40e: refactor stats collection by Shannon Nelson · 11 years ago
- 44033fa i40e: refactor send version by Jesse Brandeburg · 11 years ago
- 4f4e17b i40e/i40evf: VEB structure added, GTIME macro update by Kamil Krawczyk · 11 years ago
- 263fc48 i40e: notify VF of all types of resets by Mitch Williams · 11 years ago
- d732a18 i40evf: fix crash when changing ring sizes by Mitch Williams · 11 years ago
- 337eb08 i40evf: set descriptor multiple to 32 by Mitch Williams · 11 years ago
- 61a46a4 i40e: clamp jumbo frame size by Jesse Brandeburg · 11 years ago
- d027705 i40e/i40evf: remove unused RX_LRO define by Jesse Brandeburg · 11 years ago
- c5cc0cf i40e: remove check for large buffer by Kamil Krawczyk · 11 years ago
- 22dd9ae i40e: Rework register diagnostic by Kamil Krawczyk · 11 years ago
- d3a90b7 i40e: don't use OR to check a value by Jesse Brandeburg · 11 years ago
- ebbe495 ipv4: use skb frags api in udp4_hwcsum() by WANG Cong · 11 years ago
- 4cb2897 net: use the new API kvfree() by WANG Cong · 11 years ago
- 9638f67 dns_resolver: Do not accept domain names longer than 255 chars by Manuel Schölling · 11 years ago
- 555878b Merge branch 'isdn-capi' by David S. Miller · 11 years ago
- d1cadce isdn/capi: fix (middleware) device nodes by Paul Bolle · 11 years ago
- a79f5d2 isdn/capi: Make verbose reporting depend on capidrv by Paul Bolle · 11 years ago
- ca05e3a isdn/capi: move capi_info2str to capidrv.c by Paul Bolle · 11 years ago
- 00d115f Merge branch 'inet_csums' by David S. Miller · 11 years ago
- 359a0ea vxlan: Add support for UDP checksums (v4 sending, v6 zero csums) by Tom Herbert · 11 years ago
- 4749c09 gre: Call gso_make_checksum by Tom Herbert · 11 years ago
- 0f4f4ff net: Add GSO support for UDP tunnels with checksum by Tom Herbert · 11 years ago
- e9c3a24 tcp: Call gso_make_checksum by Tom Herbert · 11 years ago
- 7e2b10c net: Support for multiple checksums with gso by Tom Herbert · 11 years ago
- 77157e1 l2tp: call udp{6}_set_csum by Tom Herbert · 11 years ago
- af5fcba udp: Generic functions to set checksum by Tom Herbert · 11 years ago
- 6579867 Merge branch 'bonding-macvlan' by David S. Miller · 11 years ago
- 14af996 bonding: Support macvlans on top of tlb/rlb mode bonds by Vlad Yasevich · 11 years ago
- 4c99125 macvlan: Support bonding events by Vlad Yasevich · 11 years ago
- c565b48 bonding: Turn on IFF_UNICAST_FLT on bond devices by Vlad Yasevich · 11 years ago
- f830b02 net: Revert "fib_trie: use seq_file_net rather than seq->private" by Sasha Levin · 11 years ago
- cef33c8 trivial: drivers/net/ethernet/nvidia/forcedeth.c: fix typo s/SUBSTRACT1/SUBTRACT1/ by Antonio Ospite · 11 years ago
- 898157e gianfar: Fix the section mismatch warnings. by Xiubo Li · 11 years ago
- 9ab89ac Merge branch 'xen-netback-netfront-multiqueue' by David S. Miller · 11 years ago
- 8b71501 xen-netfront: initialise queue name in xennet_init_queue by Wei Liu · 11 years ago
- a2deb8b xen-net{back, front}: Document multi-queue feature in netif.h by Andrew J. Bennieston · 11 years ago
- 50ee606 xen-netfront: Add support for multiple queues by Andrew J. Bennieston · 11 years ago
- 2688fcb xen-netfront: Factor queue-specific data into queue struct. by Andrew J. Bennieston · 11 years ago
- 8d3d53b xen-netback: Add support for multiple queues by Andrew J. Bennieston · 11 years ago
- e9ce7cb xen-netback: Factor queue-specific data into queue struct by Wei Liu · 11 years ago
- a55d976 xen-netback: Move grant_copy_op array back into struct xenvif. by Andrew J. Bennieston · 11 years ago
- 9bcc14d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
- 1aa65f4 e1000: Use time_after() for time comparison by Manuel Schölling · 11 years ago
- c46d150 e1000: remove the check: skb->len<=0 by Yongjian Xu · 11 years ago
- 27dff8b igb: add defaults for i210 TX/RX PBSIZE by Todd Fujinaka · 11 years ago
- 3cfcf03 igb: use mac loopback for i354 backplane by Todd Fujinaka · 11 years ago
- 102be52 igb: rename igb_ptp_enable to igb_ptp_feature_enable by Jacob Keller · 11 years ago
- 4dace98 ixgbe: remove linux/export.h header from ixgbe_ptp.c by Jacob Keller · 11 years ago
- d9cd46c ixgbe: fix detection of SFP+ capable interfaces by Emil Tantilov · 11 years ago
- c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- d8b0426 sh_eth: fix SH7619/771x support by Sergei Shtylyov · 11 years ago
- 530aa2d sh_eth: use RNC mode for packet reception by Ben Dooks · 11 years ago
- 92ff71b net: remove some unless free on failure in alloc_netdev_mqs() by WANG Cong · 11 years ago
- e51fb15 rtnetlink: fix a memory leak when ->newlink fails by Cong Wang · 11 years ago
- 9aaae04 bnx2x: Fix kernel crash and data miscompare after EEH recovery by wenxiong@linux.vnet.ibm.com · 11 years ago
- 0c0e634 bnx2x: Adapter not recovery from EEH error injection by wenxiong@linux.vnet.ibm.com · 11 years ago
- 31f6f29 net: driver: smsc: set NOCARRIER flag in dev at driver initialization by Balakumaran Kannan · 11 years ago
- 1b9d48f hyper-v: make uuid_le const by stephen hemminger · 11 years ago
- 9323b23 lpc_eth: Use resource_size instead of computation by Benoit Taine · 11 years ago
- 21ee543 xfrm: fix race between netns cleanup and state expire notification by Michal Kubecek · 11 years ago
- 75348fc Merge branch 'hsilicon' by David S. Miller · 11 years ago
- 57c5bc9 net: hisilicon: add hix5hd2 mac driver by Zhangfei Gao · 11 years ago
- f70e9d8 Documentation: add Device tree bindings for Hisilicon hix5hd2 ethernet by Zhangfei Gao · 11 years ago
- 1299b3c Merge branch 'cnic' by David S. Miller · 11 years ago
- 5943691 cnic: Fix missing ISCSI_KEVENT_IF_DOWN message by Michael Chan · 11 years ago
- 437b8a2 cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings() by Michael Chan · 11 years ago
- 20f30c2 cnic: Don't take rcu_read_lock in cnic_rcv_netevent() by Michael Chan · 11 years ago
- 74f4392 net: davinci_emac: Remove unwanted debug/error message by Christian Riesch · 11 years ago
- 014b201 Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/net-next by David S. Miller · 11 years ago
- f062a38 ethtool: Check that reserved fields of struct ethtool_rxfh are 0 by Ben Hutchings · 11 years ago
- fe62d00 ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() by Ben Hutchings · 11 years ago
- cae61ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
- a68ab98 fec: Include pinctrl header file by Fabio Estevam · 11 years ago
- 41c389d bridge: Add bridge ifindex to bridge fdb notify msgs by Roopa Prabhu · 11 years ago
- 418c96a net: filter: fix possible memory leak in __sk_prepare_filter() by Leon Yu · 11 years ago
- 74e8ce3 atm: fore200e.c: Cleaning up uninitialized variables by Rickard Strandqvist · 11 years ago
- ca75517 Merge tag 'md/3.15-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago