aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-9/+11
2014-12-09ipvlan: move the device check function into netdevice.hMahesh Bandewar1-0/+10
2014-12-09netdevice: Add a function to check macvlan portMahesh Bandewar1-0/+5
2014-12-02bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman1-0/+5
2014-12-02net: introduce generic switch devices supportJiri Pirko1-0/+10
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko1-8/+8
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-3/+5
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar1-0/+4
2014-11-21Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-0/+3
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet1-0/+6
2014-11-11net: kill netif_copy_real_num_queues()WANG Cong1-17/+0
2014-11-10net: gro: add a per device gro flush timerEric Dumazet1-10/+10
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar1-1/+0
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert1-0/+1
2014-11-03netdevice: add ieee802154_ptr to net_deviceAlexander Aring1-0/+3
2014-11-03net: shrink struct softnet_dataEric Dumazet1-7/+8
2014-10-29net: introduce napi_schedule_irqoff()Eric Dumazet1-0/+13
2014-10-15net: Add ndo_gso_checkTom Herbert1-1/+11
2014-10-08net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet1-0/+29
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-0/+8
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet1-1/+3
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert1-0/+3
2014-10-03qdisc: validate skb without holding lockEric Dumazet1-1/+1
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches1-10/+9
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert1-1/+0
2014-09-19fou: Add GRO supportTom Herbert1-1/+2
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck1-7/+0
2014-09-13netdevice: Support DSA tagging when DSA is built as a moduleAlexander Duyck1-1/+1
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong1-2/+2
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend1-25/+4
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida1-2/+2
2014-09-01net: Infrastructure for checksum unnecessary conversionsTom Herbert1-0/+20
2014-09-01net: Support for csum_bad in skbuffTom Herbert1-1/+3
2014-09-01net: Don't keep around original SKB when we software segment GSO frames.David S. Miller1-2/+2
2014-09-01net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller1-0/+1
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller1-4/+5
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller1-2/+8
2014-08-29net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert1-14/+12
2014-08-29net: add skb_get_tx_queue() helperDaniel Borkmann1-0/+6
2014-08-27net: dsa: allow switches to work without taggingFlorian Fainelli1-3/+3
2014-08-27net: dsa: reduce number of protocol hooksFlorian Fainelli1-16/+12
2014-08-25net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller1-23/+2
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller1-0/+35
2014-08-24net: skb_gro_checksum_* functionsTom Herbert1-2/+74
2014-08-22bonding: create netlink event when bonding option is changedJiri Pirko1-0/+1
2014-07-31net: kernel-doc compliant documentation for net_deviceKaroly Kemeny1-131/+250
2014-07-20net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico1-1/+17
2014-07-20net: use dev->name in netdev_pr* when it's availableVeaceslav Falico1-2/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-4/+6