summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* net: add MACsec netdevice priv_flags and helperSabrina Dubroca2016-03-141-0/+8
* net/flower: Introduce hardware offload supportAmir Vadai2016-03-101-0/+2
* net: validate variable length ll headersWillem de Bruijn2016-03-101-2/+20
* netdev: introduce ndo_set_rx_headroomPaolo Abeni2016-03-011-0/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-1/+1
|\
| * net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov2016-02-191-1/+1
* | net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend2016-02-171-1/+5
* | net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-1/+19
* | net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-1/+2
* | ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E2016-02-161-0/+8
* | ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones2016-02-061-1/+1
* | net: add rx_nohandler stat counterJarod Wilson2016-02-061-0/+3
|/
* net: simplify napi_synchronize() to avoid warningsArnd Bergmann2016-01-251-6/+5Star
* net: Fix typo in netdev_intersect_featuresTom Herbert2016-01-121-2/+2
* net, sched: add clsact qdiscDaniel Borkmann2016-01-111-1/+3
* net: move ndo_features_check() close to ndo_start_xmit()Eric Dumazet2016-01-061-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-181-1/+1
|\
| * net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau2015-12-071-1/+1
* | geneve: Add geneve udp port offload for ethernet devicesSinghai, Anjali2015-12-161-1/+19
* | net: Add driver helper functions to determine checksum offloadabilityTom Herbert2015-12-151-0/+78
* | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-151-15/+25
* | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-3/+3
* | net: constify netif_is_* helpers net_device paramJiri Pirko2015-12-061-11/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-041-1/+2
|\|
| * packet: Allow packets with only a header (but no payload)Martin Blumenstingl2015-11-301-1/+2
* | net: introduce lower state changed info structure for LAG lowersJiri Pirko2015-12-031-0/+5
* | net: introduce change lower state notifierJiri Pirko2015-12-031-0/+8
* | net: add info struct for LAG changeupperJiri Pirko2015-12-031-0/+13
* | net: add possibility to pass information about upper device via notifierJiri Pirko2015-12-031-1/+2
* | net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko2015-12-031-4/+2Star
* | net: add netif_is_lag_port helperJiri Pirko2015-12-031-0/+5
* | net: add netif_is_lag_master helperJiri Pirko2015-12-031-0/+5
* | net: add netif_is_team_port helperJiri Pirko2015-12-031-0/+5
* | net: add netif_is_team_master helperJiri Pirko2015-12-031-0/+8
* | hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan2015-12-031-1/+3
* | net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-0/+7
* | net: napi_hash_del() returns a boolean statusEric Dumazet2015-11-181-2/+3
* | net: add netif_tx_napi_add()Eric Dumazet2015-11-181-1/+22
* | net: un-inline sk_busy_loop()Eric Dumazet2015-11-181-9/+0Star
|/
* vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich2015-11-171-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-11-121-12/+15
|\
| * net: add __netdev_alloc_pcpu_stats() to indicate gfp flagsPablo Neira Ayuso2015-11-101-12/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-111-0/+1
|\|
| * net: add forgotten IFF_L3MDEV_SLAVE defineJiri Pirko2015-11-051-0/+1
* | Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-041-2/+2
|\ \ | |/ |/|
| * net/xps: Fix calculation of initial number of xps queuesHelge Deller2015-10-251-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-0/+7
|\ \
| * | openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-231-0/+7
| |/
* | if_link: Add control trust VFHiroshi Shimamoto2015-10-231-0/+3
* | net: introduce pre-change upper device notifierJiri Pirko2015-10-161-0/+1