summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2011-03-14net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2010-08-13arp_notify: allow drivers to explicitly request a notification event.Ian Campbell
2009-10-07include/linux/netdevice.h: fix nanodoc mismatchWolfram Sang
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua
2009-09-11net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann
2009-09-06net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy
2009-09-01net: Add ndo_fcoe_enable/ndo_fcoe_disable to net_device_opsYi Zou
2009-09-01netdev: change transmit to limited range typeStephen Hemminger
2009-08-30netdevice: Consolidate to use existing macros where available.Krishna Kumar
2009-08-14net: Add NETIF_F_FCOE_MTU to indicate support for a different MTU for FCoEYi Zou
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal
2009-06-18net: group address list and its countJiri Pirko
2009-06-09netdevice.h: Use frag list abstraction interfaces.David S. Miller
2009-06-03gso: Stop fraglists from escapingHerbert Xu
2009-05-29net: convert unicast addr listJiri Pirko
2009-05-29bonding: allow bond in mode balance-alb to work properly in bridge -try4.3Jiri Pirko
2009-05-27net: correct a comment for the final #endifJiri Pirko
2009-05-27net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet
2009-05-27gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu
2009-05-27gro: Optimise length comparison in skb_gro_headerHerbert Xu
2009-05-27gro: Only use skb_gro_header for completely non-linear packetsHerbert Xu
2009-05-27gro: Inline skb_gro_header and cache frag0 virtual addressHerbert Xu
2009-05-25net: txq_trans_update() helperEric Dumazet
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov
2009-05-18net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queueEric Dumazet
2009-05-17net: tx scalability works : trans_startEric Dumazet
2009-05-06net: Add missing rculist.h include to netdevice.hDavid S. Miller
2009-05-05net: introduce a list of device addresses dev_addr_list (v6)Jiri Pirko
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-28net: netif_tx_queue_stopped too expensiveEric Dumazet
2009-04-28sctp: add feature bit for SCTP offload in hardwareJesse Brandeburg
2009-04-27net: Fix typo in net_device_ops description.Mike Rapoport
2009-04-27gro: Fix COMPLETE checksum handlingHerbert Xu
2009-04-27gro: Fix handling of headers that extend over the tailHerbert Xu
2009-04-27net: Fix LL_MAX_HEADER for CONFIG_TR_MODULEAdrian Bunk
2009-04-21net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-03-27net: Add missing include into include/linux/netdevice.hDmitri Vorobiev
2009-03-16GRO: Move netpoll checks to correct locationHerbert Xu
2009-03-13[SCSI] net: add FCoE offload support through net_deviceYi Zou
2009-03-13[SCSI] net: define feature flags for FCoE offloadsChris Leech
2009-03-13[SCSI] net: reclaim 8 upper bits of the netdev->features from GSOChris Leech
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller
2009-02-14net: replace __constant_{endian} uses in net headersHarvey Harrison
2009-02-08gro: Optimise Ethernet header comparisonHerbert Xu
2009-02-08gro: Remember number of held packets instead of counting every timeHerbert Xu