index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2013-02-19
net: fix a build failure when !CONFIG_PROC_FS
Cong Wang
1
-1
/
+0
2013-02-19
net: move procfs code to net/core/net-procfs.c
Cong Wang
1
-3
/
+33
2013-02-16
net: factor out skb_mac_gso_segment() from skb_gso_segment()
Pravin B Shelar
1
-0
/
+2
2013-02-14
bridge: Add vlan support to static neighbors
Vlad Yasevich
1
-1
/
+3
2013-02-14
bridge: Dump vlan information from a bridge port
Vlad Yasevich
1
-1
/
+2
2013-02-14
bridge: Add netlink interface to configure vlans on bridge ports
Vlad Yasevich
1
-0
/
+2
2013-02-11
net/802: Implement Multiple Registration Protocol (MRP)
David Ward
1
-0
/
+2
2013-02-07
net: adjust skb_gso_segment() for calling in rx path
Cong Wang
1
-2
/
+9
2013-01-29
netpoll: add RCU annotation to npinfo field
Cong Wang
1
-1
/
+1
2013-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2013-01-12
net, wireless: overwrite default_ethtool_ops
Stanislaw Gruszka
1
-0
/
+3
2013-01-11
net: Add support for XPS without sysfs being defined
Alexander Duyck
1
-1
/
+0
2013-01-11
net: Add functions netif_reset_xps_queue and netif_set_xps_queue
Alexander Duyck
1
-0
/
+13
2013-01-11
net: Split core bits of netdev_pick_tx into __netdev_pick_tx
Alexander Duyck
1
-0
/
+1
2013-01-05
net: kill dev->master
Jiri Pirko
1
-4
/
+0
2013-01-05
net: remove no longer used netdev_set_bond_master() and netdev_set_master()
Jiri Pirko
1
-5
/
+1
2013-01-05
net: introduce upper device lists
Jiri Pirko
1
-0
/
+14
2013-01-04
net: add address assign type "SET"
Jiri Pirko
1
-0
/
+2
2012-12-30
veth: reduce stat overhead
Eric Dumazet
1
-0
/
+1
2012-12-29
net: add change_carrier netdev op
Jiri Pirko
1
-0
/
+12
2012-12-22
net: devnet_rename_seq should be a seqcount
Eric Dumazet
1
-1
/
+1
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-10
/
+34
2012-12-09
net: Add support for hardware-offloaded encapsulation
Joseph Gasparakis
1
-0
/
+6
2012-12-07
net: gro: fix possible panic in skb_gro_receive()
Eric Dumazet
1
-0
/
+3
2012-11-29
core: make GRO methods static.
Rami Rosen
1
-6
/
+0
2012-11-27
sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface name
Brian Haley
1
-0
/
+2
2012-11-19
various: Fix spelling of "registered" in comments.
Adam Buchbinder
1
-1
/
+1
2012-11-16
net: Remove code duplication between offload structures
Vlad Yasevich
1
-3
/
+7
2012-11-16
net: Switch to using the new packet offload infrustructure
Vlad Yasevich
1
-6
/
+0
2012-11-16
net: Add generic packet offload infrastructure.
Vlad Yasevich
1
-0
/
+14
2012-10-31
net: create generic bridge ops
John Fastabend
1
-0
/
+10
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
1
-31
/
+1
2012-10-08
ipv6: gro: fix PV6_GRO_CB(skb)->proto problem
Eric Dumazet
1
-0
/
+3
2012-10-08
net: gro: selective flush of packets
Eric Dumazet
1
-6
/
+9
2012-10-07
net: gro: fix a potential crash in skb_gro_reset_offset
Eric Dumazet
1
-1
/
+0
2012-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-24
/
+27
2012-10-02
netlink: add attributes to fdb interface
stephen hemminger
1
-1
/
+3
2012-09-28
net: struct napi_struct fields reordering
Eric Dumazet
1
-4
/
+2
2012-09-20
netpoll: call ->ndo_select_queue() in tx path
Amerigo Wang
1
-0
/
+3
2012-09-20
netdev: make address const in device address management
stephen hemminger
1
-14
/
+14
2012-09-17
netdev_printk/dynamic_netdev_dbg: Directly call printk_emit
Joe Perches
1
-3
/
+0
2012-09-06
net: qdisc busylock needs lockdep annotations
Eric Dumazet
1
-0
/
+2
2012-08-24
net: Set device operstate at registration time
Ben Hutchings
1
-0
/
+1
2012-08-23
net: remove delay at device dismantle
Eric Dumazet
1
-1
/
+1
2012-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2012-08-20
af_packet: don't emit packet on orig fanout group
Eric Leblond
1
-0
/
+2
2012-08-15
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
Amerigo Wang
1
-1
/
+2
2012-08-15
net: remove netdev_bonding_change()
Amerigo Wang
1
-2
/
+0
2012-08-15
net: move and rename netif_notify_peers()
Amerigo Wang
1
-2
/
+1
[next]