aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-05net: constify netif_is_* helpers net_device paramJiri Pirko1-11/+11
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-12-03net: introduce lower state changed info structure for LAG lowersJiri Pirko1-0/+5
2015-12-03net: introduce change lower state notifierJiri Pirko1-0/+8
2015-12-03net: add info struct for LAG changeupperJiri Pirko1-0/+13
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko1-1/+2
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko1-4/+2
2015-12-03net: add netif_is_lag_port helperJiri Pirko1-0/+5
2015-12-03net: add netif_is_lag_master helperJiri Pirko1-0/+5
2015-12-03net: add netif_is_team_port helperJiri Pirko1-0/+5
2015-12-03net: add netif_is_team_master helperJiri Pirko1-0/+8
2015-12-02hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan1-1/+3
2015-11-29packet: Allow packets with only a header (but no payload)Martin Blumenstingl1-1/+2
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-0/+7
2015-11-18net: napi_hash_del() returns a boolean statusEric Dumazet1-2/+3
2015-11-18net: add netif_tx_napi_add()Eric Dumazet1-1/+22
2015-11-18net: un-inline sk_busy_loop()Eric Dumazet1-9/+0
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich1-0/+5
2015-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-12/+15
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2015-11-10net: add __netdev_alloc_pcpu_stats() to indicate gfp flagsPablo Neira Ayuso1-12/+15
2015-11-04net: add forgotten IFF_L3MDEV_SLAVE defineJiri Pirko1-0/+1
2015-11-04Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-2/+2
2015-10-25net/xps: Fix calculation of initial number of xps queuesHelge Deller1-2/+2
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2015-10-23if_link: Add control trust VFHiroshi Shimamoto1-0/+3
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-0/+7
2015-10-16net: introduce pre-change upper device notifierJiri Pirko1-0/+1
2015-10-07net: Add netif_is_l3_slaveDavid Ahern1-0/+7
2015-09-29net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern1-21/+0
2015-09-29net: Remove the now unused vrf_ptrDavid Ahern1-2/+0
2015-09-29net: Introduce L3 Master device abstractionDavid Ahern1-0/+3
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern1-7/+7
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-09-23netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman1-0/+1
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-1/+1
2015-09-17bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman1-5/+1
2015-09-17net: Remove dev_queue_xmit_skEric W. Biederman1-5/+1
2015-08-27net: kill long time unused bonding private flagsJiri Pirko1-36/+21
2015-08-27net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko1-0/+8
2015-08-27net: add netif_is_bridge_master helperJiri Pirko1-0/+5
2015-08-27net: introduce change upper device notifier change infoJiri Pirko1-0/+7
2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert1-12/+32
2015-08-17net: Fix docbook warning for IFF_VRF_MASTER enumDavid Ahern1-0/+1
2015-08-17net: Updates to netif_index_is_vrfDavid Ahern1-1/+11
2015-08-17net: declare new net_device priv_flag IFF_NO_QUEUEPhil Sutter1-0/+3
2015-08-13net: Introduce VRF related flags and helpersDavid Ahern1-0/+20
2015-07-20net: add phys ID compare helper to test if two IDs are the sameScott Feldman1-0/+7
2015-07-20net: don't reforward packets already forwarded by offload deviceScott Feldman1-0/+6
2015-07-15net core: Add protodown support.Anuradha Karuppiah1-0/+14