index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
Age
Commit message (
Expand
)
Author
2016-02-19
net: make netdev_for_each_lower_dev safe for device removal
Nikolay Aleksandrov
2016-01-24
net: simplify napi_synchronize() to avoid warnings
Arnd Bergmann
2016-01-11
net: Fix typo in netdev_intersect_features
Tom Herbert
2016-01-10
net, sched: add clsact qdisc
Daniel Borkmann
2016-01-06
net: move ndo_features_check() close to ndo_start_xmit()
Eric Dumazet
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-16
geneve: Add geneve udp port offload for ethernet devices
Singhai, Anjali
2015-12-15
net: Add driver helper functions to determine checksum offloadability
Tom Herbert
2015-12-15
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
2015-12-15
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
2015-12-06
net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()
Felix Fietkau
2015-12-05
net: constify netif_is_* helpers net_device param
Jiri Pirko
2015-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-03
net: introduce lower state changed info structure for LAG lowers
Jiri Pirko
2015-12-03
net: introduce change lower state notifier
Jiri Pirko
2015-12-03
net: add info struct for LAG changeupper
Jiri Pirko
2015-12-03
net: add possibility to pass information about upper device via notifier
Jiri Pirko
2015-12-03
net: propagate upper priv via netdev_master_upper_dev_link
Jiri Pirko
2015-12-03
net: add netif_is_lag_port helper
Jiri Pirko
2015-12-03
net: add netif_is_lag_master helper
Jiri Pirko
2015-12-03
net: add netif_is_team_port helper
Jiri Pirko
2015-12-03
net: add netif_is_team_master helper
Jiri Pirko
2015-12-02
hv_netvsc: Don't ask for additional head room in the skb
KY Srinivasan
2015-11-29
packet: Allow packets with only a header (but no payload)
Martin Blumenstingl
2015-11-18
net: provide generic busy polling to all NAPI drivers
Eric Dumazet
2015-11-18
net: napi_hash_del() returns a boolean status
Eric Dumazet
2015-11-18
net: add netif_tx_napi_add()
Eric Dumazet
2015-11-18
net: un-inline sk_busy_loop()
Eric Dumazet
2015-11-17
vlan: Do not put vlan headers back on bridge and macvlan ports
Vlad Yasevich
2015-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2015-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-11-10
net: add __netdev_alloc_pcpu_stats() to indicate gfp flags
Pablo Neira Ayuso
2015-11-04
net: add forgotten IFF_L3MDEV_SLAVE define
Jiri Pirko
2015-11-04
Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-10-25
net/xps: Fix calculation of initial number of xps queues
Helge Deller
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-23
if_link: Add control trust VF
Hiroshi Shimamoto
2015-10-22
openvswitch: Fix egress tunnel info.
Pravin B Shelar
2015-10-16
net: introduce pre-change upper device notifier
Jiri Pirko
2015-10-07
net: Add netif_is_l3_slave
David Ahern
2015-09-29
net: Move netif_index_is_l3_master to l3mdev.h
David Ahern
2015-09-29
net: Remove the now unused vrf_ptr
David Ahern
2015-09-29
net: Introduce L3 Master device abstraction
David Ahern
2015-09-29
net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER
David Ahern
2015-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-09-23
netpoll: Close race condition between poll_one_napi and napi_disable
Neil Horman
2015-09-17
netfilter: Pass net into okfn
Eric W. Biederman
2015-09-17
bridge: Add br_netif_receive_skb remove netif_receive_skb_sk
Eric W. Biederman
2015-09-17
net: Remove dev_queue_xmit_sk
Eric W. Biederman
2015-08-27
net: kill long time unused bonding private flags
Jiri Pirko
[next]