summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-121-1/+18
* net: Use more bit fields in napi_gro_cbTom Herbert2015-02-121-8/+10
* net: Clarify meaning of CHECKSUM_PARTIAL for receive pathTom Herbert2015-02-121-1/+3
* net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-121-2/+23
* net:rfs: adjust table size checkingEric Dumazet2015-02-091-1/+2
* net: rfs: add hash collision detectionEric Dumazet2015-02-091-17/+17
* net/core: Add event for a change in slave stateMoni Shoua2015-02-051-0/+15
* net: add skb functions to process remote checksum offloadTom Herbert2015-02-041-0/+15
* bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu2015-02-021-2/+4
* dev: add per net_device packet type chainsSalam Noureddine2015-01-291-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-3/+3
|\
| * netdevice: Add missing parentheses in macroBenjamin Poirier2015-01-141-1/+1
| * net: Corrected the comment describing the ndo operations to reflect the actua...B Viswanath2015-01-131-2/+2
* | udp: pass udp_offload struct to UDP gro callbacksTom Herbert2015-01-141-2/+13
|/
* net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-261-9/+11
* 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