summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert
2015-02-11net: Use more bit fields in napi_gro_cbTom Herbert
2015-02-11net: Clarify meaning of CHECKSUM_PARTIAL for receive pathTom Herbert
2015-02-11net: Fix remcsum in GRO path to not change packetTom Herbert
2015-02-08net:rfs: adjust table size checkingEric Dumazet
2015-02-08net: rfs: add hash collision detectionEric Dumazet
2015-02-04net/core: Add event for a change in slave stateMoni Shoua
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu
2015-01-29dev: add per net_device packet type chainsSalam Noureddine
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14netdevice: Add missing parentheses in macroBenjamin Poirier
2015-01-14udp: pass udp_offload struct to UDP gro callbacksTom Herbert
2015-01-13net: Corrected the comment describing the ndo operations to reflect the actua...B Viswanath
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2014-12-09ipvlan: move the device check function into netdevice.hMahesh Bandewar
2014-12-09netdevice: Add a function to check macvlan portMahesh Bandewar
2014-12-02bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman
2014-12-02net: introduce generic switch devices supportJiri Pirko
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar
2014-11-21Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet
2014-11-11net: kill netif_copy_real_num_queues()WANG Cong
2014-11-10net: gro: add a per device gro flush timerEric Dumazet
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert
2014-11-03netdevice: add ieee802154_ptr to net_deviceAlexander Aring
2014-11-03net: shrink struct softnet_dataEric Dumazet
2014-10-29net: introduce napi_schedule_irqoff()Eric Dumazet
2014-10-15net: Add ndo_gso_checkTom Herbert
2014-10-08net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert
2014-10-03qdisc: validate skb without holding lockEric Dumazet
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert
2014-09-19fou: Add GRO supportTom Herbert
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck
2014-09-13netdevice: Support DSA tagging when DSA is built as a moduleAlexander Duyck
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida
2014-09-01net: Infrastructure for checksum unnecessary conversionsTom Herbert
2014-09-01net: Support for csum_bad in skbuffTom Herbert
2014-09-01net: Don't keep around original SKB when we software segment GSO frames.David S. Miller
2014-09-01net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller