summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-12net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert1-1/+18
2015-02-12net: Use more bit fields in napi_gro_cbTom Herbert1-8/+10
2015-02-12net: Clarify meaning of CHECKSUM_PARTIAL for receive pathTom Herbert1-1/+3
2015-02-12net: Fix remcsum in GRO path to not change packetTom Herbert1-2/+23
2015-02-09net:rfs: adjust table size checkingEric Dumazet1-1/+2
2015-02-09net: rfs: add hash collision detectionEric Dumazet1-17/+17
2015-02-05net/core: Add event for a change in slave stateMoni Shoua1-0/+15
2015-02-05net: add skb functions to process remote checksum offloadTom Herbert1-0/+15
2015-02-02bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu1-2/+4
2015-01-30dev: add per net_device packet type chainsSalam Noureddine1-0/+2
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2015-01-15netdevice: Add missing parentheses in macroBenjamin Poirier1-1/+1
2015-01-14udp: pass udp_offload struct to UDP gro callbacksTom Herbert1-2/+13
2015-01-13net: Corrected the comment describing the ndo operations to reflect the actua...B Viswanath1-2/+2
2014-12-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-9/+11
2014-12-10ipvlan: move the device check function into netdevice.hMahesh Bandewar1-0/+10
2014-12-10netdevice: Add a function to check macvlan portMahesh Bandewar1-0/+5
2014-12-03bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman1-0/+5
2014-12-03net: introduce generic switch devices supportJiri Pirko1-0/+10
2014-12-03net: rename netdev_phys_port_id to more generic nameJiri Pirko1-8/+8
2014-12-03net: 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-22Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-0/+3
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet1-0/+6
2014-11-12net: 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-06net: Remove MPLS GSO feature.Pravin B Shelar1-1/+0
2014-11-06udp: Changes to udp_offload to support remote checksum offloadTom Herbert1-0/+1
2014-11-04netdevice: 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-09net: 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-07net: introduce netdevice gso_min_segs attributeEric Dumazet1-1/+3
2014-10-04fou: eliminate IPv4,v6 specific GRO functionsTom Herbert1-0/+3
2014-10-04qdisc: 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-20fou: Add GRO supportTom Herbert1-1/+2
2014-09-16dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck1-7/+0
2014-09-14netdevice: Support DSA tagging when DSA is built as a moduleAlexander Duyck1-1/+1
2014-09-14ipv6: 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-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-09-06net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida1-2/+2
2014-09-02net: Infrastructure for checksum unnecessary conversionsTom Herbert1-0/+20
2014-09-02net: Support for csum_bad in skbuffTom Herbert1-1/+3
2014-09-02net: Don't keep around original SKB when we software segment GSO frames.David S. Miller1-2/+2
2014-09-02net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller1-0/+1