aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-03packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann1-5/+19
2014-03-31net-gro: restore frag0 optimizationEric Dumazet1-5/+0
2014-03-31net-sysfs: expose number of carrier on/off changesdavid decotigny1-0/+3
2014-03-31net: export NET_ADDR_* values to user-space APIFlorian Fainelli1-7/+0
2014-03-31net: Allow modules to use is_skb_forwardableVlad Yasevich1-0/+1
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-03-29netpoll: Respect NETIF_F_LLTXEric W. Biederman1-0/+5
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman1-2/+1
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich1-1/+1
2014-03-28net: net: add a core netdev->tx_dropped counterEric Dumazet1-3/+4
2014-03-17netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman1-17/+0
2014-03-11netdev: set __percpu attribute on netdev_alloc_pcpu_statsstephen hemminger1-1/+1
2014-02-27net: move net_device priv_flags out from UAPILuis R. Rodriguez1-0/+83
2014-02-26net: Add sysfs file for port numberAmir Vadai1-0/+4
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+32
2014-02-18bonding: remove useless updating of slave->dev->last_rxVeaceslav Falico1-7/+1
2014-02-17netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann1-0/+20
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-3/+6
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-0/+14
2014-02-13net: core: introduce netif_skb_dev_featuresFlorian Westphal1-1/+6
2014-01-22rtnetlink: remove ndo_get_slaveJiri Pirko1-5/+0
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz1-1/+9
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com1-0/+5
2014-01-16net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton1-4/+31
2014-01-16net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico1-1/+2
2014-01-15net: rename sysfs symlinks on device name changeVeaceslav Falico1-0/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+8
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-4/+8
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu1-1/+17
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+22
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-1/+10
2014-01-03net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann1-1/+1
2014-01-02ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao1-0/+13
2014-01-01net: core functions cleanupstephen hemminger1-6/+0
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller1-0/+9
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-12-17net: remove dead code for add/del multiplestephen hemminger1-11/+0
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong1-0/+1
2013-12-12net: make neigh_priv_len in struct net_device 16bit instead of 8bitSebastian Siewior1-1/+1
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu1-1/+1
2013-12-11tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue1-0/+3
2013-12-06net: introduce dev_consume_skb_any()Eric Dumazet1-9/+44
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-225/+281
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-1/+35
2013-11-07net: make ndev->irq signed for error handlingDan Carpenter1-1/+1
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+14
2013-11-03net: extend net_device allocation to vmalloc()Eric Dumazet1-0/+1
2013-10-29net: add might_sleep() call to napi_disableJacob Keller1-0/+1