summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* ipvlan: move the device check function into netdevice.hMahesh Bandewar2014-12-091-0/+10
* netdevice: Add a function to check macvlan portMahesh Bandewar2014-12-091-0/+5
* bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman2014-12-031-0/+5
* net: introduce generic switch devices supportJiri Pirko2014-12-031-0/+10
* net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-031-8/+8
* net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-031-3/+5
* ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar2014-11-241-0/+4
* Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-11-211-0/+3
|\
| * netdevice: add ieee802154_ptr to net_deviceAlexander Aring2014-11-031-0/+3
* | net: provide a per host RSS key generic infrastructureEric Dumazet2014-11-161-0/+6
* | net: kill netif_copy_real_num_queues()WANG Cong2014-11-111-17/+0Star
* | net: gro: add a per device gro flush timerEric Dumazet2014-11-101-10/+10
* | net: Remove MPLS GSO feature.Pravin B Shelar2014-11-061-1/+0Star
* | udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-051-0/+1
* | net: shrink struct softnet_dataEric Dumazet2014-11-031-7/+8
* | net: introduce napi_schedule_irqoff()Eric Dumazet2014-10-291-0/+13
|/
* net: Add ndo_gso_checkTom Herbert2014-10-151-1/+11
* net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet2014-10-081-0/+29
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-0/+8
* net: introduce netdevice gso_min_segs attributeEric Dumazet2014-10-061-1/+3
* fou: eliminate IPv4,v6 specific GRO functionsTom Herbert2014-10-041-0/+3
* qdisc: validate skb without holding lockEric Dumazet2014-10-041-1/+1
* net: Change netdev_<level> logging functions to return voidJoe Perches2014-09-261-10/+9Star
* net: Remove gso_send_check as an offload callbackTom Herbert2014-09-261-1/+0Star
* fou: Add GRO supportTom Herbert2014-09-191-1/+2
* dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck2014-09-151-7/+0Star
* netdevice: Support DSA tagging when DSA is built as a moduleAlexander Duyck2014-09-131-1/+1
* ipv6: drop useless rcu_read_lock() in anycastWANG Cong2014-09-131-2/+2
* net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend2014-09-131-25/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-081-2/+2
|\
| * net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-061-2/+2
* | net: Infrastructure for checksum unnecessary conversionsTom Herbert2014-09-021-0/+20
* | net: Support for csum_bad in skbuffTom Herbert2014-09-021-1/+3
* | net: Don't keep around original SKB when we software segment GSO frames.David S. Miller2014-09-021-2/+2
* | net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller2014-09-021-0/+1
* | net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-021-4/+5
* | net: Do txq_trans_update() in netdev_start_xmit()David S. Miller2014-09-021-2/+8
* | net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert2014-08-301-14/+12Star
* | net: add skb_get_tx_queue() helperDaniel Borkmann2014-08-301-0/+6
* | net: dsa: allow switches to work without taggingFlorian Fainelli2014-08-281-3/+3
* | net: dsa: reduce number of protocol hooksFlorian Fainelli2014-08-281-16/+12Star
* | net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller2014-08-261-23/+2Star
* | net: Add ops->ndo_xmit_flush()David S. Miller2014-08-251-0/+35
* | net: skb_gro_checksum_* functionsTom Herbert2014-08-251-2/+74
* | bonding: create netlink event when bonding option is changedJiri Pirko2014-08-221-0/+1
|/
* net: kernel-doc compliant documentation for net_deviceKaroly Kemeny2014-08-011-131/+250
* net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico2014-07-211-1/+17
* net: use dev->name in netdev_pr* when it's availableVeaceslav Falico2014-07-211-2/+2
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-4/+6
* net: add name_assign_type netdev attributeTom Gundersen2014-07-161-0/+2