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