aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-24net: remove never used forwarding_accel_ops pointer from net_deviceHannes Frederic Sowa1-2/+0
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller1-0/+1
2015-03-18net: add support for phys_port_nameDavid Ahern1-0/+4
2015-03-18net: Add max rate tx queue attributeJohn Fastabend1-0/+8
2015-03-17netdevice.h: fix ndo_bridge_* commentsNicolas Dichtel1-1/+4
2015-03-16netdev: remove ndo ops for switchdevScott Feldman1-38/+0
2015-03-16switchdev: add swdev opsScott Feldman1-0/+3
2015-03-12net: Introduce possible_net_tEric W. Biederman1-6/+2
2015-03-12net: Kill hold_net release_netEric W. Biederman1-2/+1
2015-03-09switchdev: add netlink flags to IPv4 FIB add opScott Feldman1-1/+2
2015-03-06netdevice: add IPv4 fib add/del opsScott Feldman1-0/+22
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman1-11/+1
2015-02-20net: Initialize all members in skb_gro_remcsum_init()Geert Uytterhoeven1-0/+1
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert1-1/+18
2015-02-11net: Use more bit fields in napi_gro_cbTom Herbert1-8/+10
2015-02-11net: Clarify meaning of CHECKSUM_PARTIAL for receive pathTom Herbert1-1/+3
2015-02-11net: Fix remcsum in GRO path to not change packetTom Herbert1-2/+23
2015-02-08net:rfs: adjust table size checkingEric Dumazet1-1/+2
2015-02-08net: rfs: add hash collision detectionEric Dumazet1-17/+17
2015-02-04net/core: Add event for a change in slave stateMoni Shoua1-0/+15
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert1-0/+15
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu1-2/+4
2015-01-29dev: 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-14netdevice: 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 actual prototype for couple of operationsB Viswanath1-2/+2
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