Age | Commit message (Expand) | Author |
2014-05-16 | bonding: Fix stacked device detection in arp monitoring | Vlad Yasevich |
2014-05-16 | net: Allow for more then a single subclass for netif_addr_lock | Vlad Yasevich |
2014-05-16 | net: Find the nesting level of a given device by type. | Vlad Yasevich |
2014-05-07 | Revert "net: core: introduce netif_skb_dev_features" | Florian Westphal |
2014-04-03 | packet: fix packet_direct_xmit for BQL enabled drivers | Daniel Borkmann |
2014-03-31 | net-gro: restore frag0 optimization | Eric Dumazet |
2014-03-31 | net-sysfs: expose number of carrier on/off changes | david decotigny |
2014-03-31 | net: export NET_ADDR_* values to user-space API | Florian Fainelli |
2014-03-31 | net: Allow modules to use is_skb_forwardable | Vlad Yasevich |
2014-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-03-29 | netpoll: Respect NETIF_F_LLTX | Eric W. Biederman |
2014-03-29 | netpoll: Remove gfp parameter from __netpoll_setup | Eric W. Biederman |
2014-03-28 | net: Account for all vlan headers in skb_mac_gso_segment | Vlad Yasevich |
2014-03-28 | net: net: add a core netdev->tx_dropped counter | Eric Dumazet |
2014-03-17 | netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP) | Eric W. Biederman |
2014-03-11 | netdev: set __percpu attribute on netdev_alloc_pcpu_stats | stephen hemminger |
2014-02-27 | net: move net_device priv_flags out from UAPI | Luis R. Rodriguez |
2014-02-26 | net: Add sysfs file for port number | Amir Vadai |
2014-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-02-18 | bonding: remove useless updating of slave->dev->last_rx | Veaceslav Falico |
2014-02-17 | netdevice: move netdev_cap_txqueue for shared usage to header | Daniel Borkmann |
2014-02-17 | netdevice: add queue selection fallback handler for ndo_select_queue | Daniel Borkmann |
2014-02-14 | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong |
2014-02-13 | net: core: introduce netif_skb_dev_features | Florian Westphal |
2014-01-22 | rtnetlink: remove ndo_get_slave | Jiri Pirko |
2014-01-21 | net: Add GRO support for UDP encapsulating protocols | Or Gerlitz |
2014-01-17 | bonding: add netlink attributes to slave link dev | sfeldma@cumulusnetworks.com |
2014-01-16 | net-sysfs: add support for device-specific rx queue sysfs attributes | Michael Dalton |
2014-01-16 | net: add NETDEV_PRECHANGEMTU to notify before mtu change happens | Veaceslav Falico |
2014-01-15 | net: rename sysfs symlinks on device name change | Veaceslav Falico |
2014-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-01-10 | net: core: explicitly select a txq before doing l2 forwarding | Jason Wang |
2014-01-07 | net-gre-gro: Add GRE support to the GRO stack | Jerry Chu |
2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2014-01-04 | net: unify the pcpu_tstats and br_cpu_netstats as one | Li RongQing |
2014-01-03 | net: netprio: rename config to be more consistent with cgroup configs | Daniel Borkmann |
2014-01-02 | ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC | Wei-Chun Chao |
2014-01-01 | net: core functions cleanup | stephen hemminger |
2013-12-31 | vlan: Fix header ops passthru when doing TX VLAN offload. | David S. Miller |
2013-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-12-17 | net: remove dead code for add/del multiple | stephen hemminger |
2013-12-14 | bonding: create bond_first_slave_rcu() | dingtianhong |
2013-12-12 | net: make neigh_priv_len in struct net_device 16bit instead of 8bit | Sebastian Siewior |
2013-12-12 | net-gro: Prepare GRO stack for the upcoming tunneling support | Jerry Chu |
2013-12-11 | tipc: remove TIPC usage of field af_packet_priv in struct net_device | Ying Xue |
2013-12-06 | net: introduce dev_consume_skb_any() | Eric Dumazet |
2013-11-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2013-11-07 | net: Add layer 2 hardware acceleration operations for macvlan devices | John Fastabend |