summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2021-02-23net: watchdog: hold device global xmit lock during tx disableEdwin Peer
2020-05-10GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2019-12-21inet: protect against too small mtu values.Eric Dumazet
2019-12-05net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko
2018-10-20net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-02-18net: introduce device min_header_lenWillem de Bruijn
2017-01-15gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu
2016-11-15net: add recursion limit to GROSabrina Dubroca
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-09-30bonding: Fix bonding crashMahesh Bandewar
2016-09-24net: simplify napi_synchronize() to avoid warningsArnd Bergmann
2016-04-20net: validate variable length ll headersWillem de Bruijn
2015-12-06net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau
2015-11-29packet: Allow packets with only a header (but no payload)Martin Blumenstingl
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich
2015-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-11-10net: add __netdev_alloc_pcpu_stats() to indicate gfp flagsPablo Neira Ayuso
2015-11-04net: add forgotten IFF_L3MDEV_SLAVE defineJiri Pirko
2015-11-04Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-10-25net/xps: Fix calculation of initial number of xps queuesHelge Deller
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23if_link: Add control trust VFHiroshi Shimamoto
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-16net: introduce pre-change upper device notifierJiri Pirko
2015-10-07net: Add netif_is_l3_slaveDavid Ahern
2015-09-29net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern
2015-09-29net: Remove the now unused vrf_ptrDavid Ahern
2015-09-29net: Introduce L3 Master device abstractionDavid Ahern
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-23netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman
2015-09-17net: Remove dev_queue_xmit_skEric W. Biederman
2015-08-27net: kill long time unused bonding private flagsJiri Pirko
2015-08-27net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko
2015-08-27net: add netif_is_bridge_master helperJiri Pirko
2015-08-27net: introduce change upper device notifier change infoJiri Pirko
2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert
2015-08-17net: Fix docbook warning for IFF_VRF_MASTER enumDavid Ahern
2015-08-17net: Updates to netif_index_is_vrfDavid Ahern
2015-08-17net: declare new net_device priv_flag IFF_NO_QUEUEPhil Sutter
2015-08-13net: Introduce VRF related flags and helpersDavid Ahern
2015-07-20net: add phys ID compare helper to test if two IDs are the sameScott Feldman
2015-07-20net: don't reforward packets already forwarded by offload deviceScott Feldman
2015-07-15net core: Add protodown support.Anuradha Karuppiah
2015-06-15net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha
2015-06-01net: Add priority to packet_offload objects.David S. Miller