| Commit message (Expand) | Author | Age | Files | Lines |
* | net: fix kernel deadlock with interface rename and netdev name retrieval. | Nicolas Schichan | 2013-06-26 | 1 | -0/+1 |
* | bonding: allow TSO being set on bonding master | Eric Dumazet | 2013-05-16 | 1 | -0/+11 |
* | rps_dev_flow_table_release(): no need to delay vfree() | Al Viro | 2013-05-06 | 1 | -1/+0 |
* | net: vlan: prepare for 802.1ad VLAN filtering offload | Patrick McHardy | 2013-04-19 | 1 | -9/+7 |
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 2013-04-19 | 1 | -2/+4 |
* | net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api | Vlad Yasevich | 2013-04-15 | 1 | -0/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-07 | 1 | -1/+1 |
|\ |
|
| * | net: count hw_addr syncs so that unsync works properly. | Vlad Yasevich | 2013-04-05 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | line up comment for ndo_bridge_getlink | Dmitry Kravkov | 2013-03-27 | 1 | -1/+1 |
* | | net: reorder some fields of net_device | Eric Dumazet | 2013-03-30 | 1 | -16/+17 |
* | | tokenring: delete last holdout of CONFIG_TR | Paul Bolle | 2013-03-27 | 1 | -2/+0 |
* | | net: clean leftover of COMPAT_NET_DEV_OPS removal | Fernando Luis Vazquez Cao | 2013-03-15 | 1 | -1/+0 |
* | | netxen: write IP address to firmware when using bonding | nikolay@redhat.com | 2013-03-15 | 1 | -0/+8 |
* | | net: Kill link between CSUM and SG features. | Pravin B Shelar | 2013-03-09 | 1 | -0/+13 |
* | | net: introduce NAPI_POLL_WEIGHT | Eric Dumazet | 2013-03-05 | 1 | -0/+5 |
|/ |
|
* | net: fix a build failure when !CONFIG_PROC_FS | Cong Wang | 2013-02-19 | 1 | -1/+0 |
* | net: move procfs code to net/core/net-procfs.c | Cong Wang | 2013-02-19 | 1 | -3/+33 |
* | net: factor out skb_mac_gso_segment() from skb_gso_segment() | Pravin B Shelar | 2013-02-15 | 1 | -0/+2 |
* | bridge: Add vlan support to static neighbors | Vlad Yasevich | 2013-02-13 | 1 | -1/+3 |
* | bridge: Dump vlan information from a bridge port | Vlad Yasevich | 2013-02-13 | 1 | -1/+2 |
* | bridge: Add netlink interface to configure vlans on bridge ports | Vlad Yasevich | 2013-02-13 | 1 | -0/+2 |
* | net/802: Implement Multiple Registration Protocol (MRP) | David Ward | 2013-02-10 | 1 | -0/+2 |
* | net: adjust skb_gso_segment() for calling in rx path | Cong Wang | 2013-02-06 | 1 | -2/+9 |
* | netpoll: add RCU annotation to npinfo field | Cong Wang | 2013-01-28 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-01-15 | 1 | -0/+3 |
|\ |
|
| * | net, wireless: overwrite default_ethtool_ops | Stanislaw Gruszka | 2013-01-11 | 1 | -0/+3 |
* | | net: Add support for XPS without sysfs being defined | Alexander Duyck | 2013-01-10 | 1 | -1/+0 |
* | | net: Add functions netif_reset_xps_queue and netif_set_xps_queue | Alexander Duyck | 2013-01-10 | 1 | -0/+13 |
* | | net: Split core bits of netdev_pick_tx into __netdev_pick_tx | Alexander Duyck | 2013-01-10 | 1 | -0/+1 |
* | | net: kill dev->master | Jiri Pirko | 2013-01-04 | 1 | -4/+0 |
* | | net: remove no longer used netdev_set_bond_master() and netdev_set_master() | Jiri Pirko | 2013-01-04 | 1 | -5/+1 |
* | | net: introduce upper device lists | Jiri Pirko | 2013-01-04 | 1 | -0/+14 |
* | | net: add address assign type "SET" | Jiri Pirko | 2013-01-03 | 1 | -0/+2 |
* | | veth: reduce stat overhead | Eric Dumazet | 2012-12-30 | 1 | -0/+1 |
* | | net: add change_carrier netdev op | Jiri Pirko | 2012-12-28 | 1 | -0/+12 |
|/ |
|
* | net: devnet_rename_seq should be a seqcount | Eric Dumazet | 2012-12-21 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 1 | -1/+1 |
|\ |
|
| * | various: Fix spelling of "registered" in comments. | Adam Buchbinder | 2012-11-19 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-12-12 | 1 | -10/+34 |
|\ \ |
|
| * | | net: Add support for hardware-offloaded encapsulation | Joseph Gasparakis | 2012-12-09 | 1 | -0/+6 |
| * | | core: make GRO methods static. | Rami Rosen | 2012-11-29 | 1 | -6/+0 |
| * | | sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface name | Brian Haley | 2012-11-26 | 1 | -0/+2 |
| * | | net: Remove code duplication between offload structures | Vlad Yasevich | 2012-11-15 | 1 | -3/+7 |
| * | | net: Switch to using the new packet offload infrustructure | Vlad Yasevich | 2012-11-15 | 1 | -6/+0 |
| * | | net: Add generic packet offload infrastructure. | Vlad Yasevich | 2012-11-15 | 1 | -0/+14 |
| * | | net: create generic bridge ops | John Fastabend | 2012-10-31 | 1 | -0/+10 |
| |/ |
|
* | | net: gro: fix possible panic in skb_gro_receive() | Eric Dumazet | 2012-12-07 | 1 | -0/+3 |
|/ |
|
* | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 1 | -31/+1 |
* | ipv6: gro: fix PV6_GRO_CB(skb)->proto problem | Eric Dumazet | 2012-10-08 | 1 | -0/+3 |