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
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-25
ethtool: EEPROM dump no longer works for tg3 and natsemi
Mandeep Singh Baines
1
-0
/
+5
2008-04-24
[RTNETLINK]: Fix bogus ASSERT_RTNL warning
Patrick McHardy
1
-0
/
+6
2008-04-21
[NET]: Expose netdevice dev_id through sysfs
David Woodhouse
1
-0
/
+2
2008-04-19
[NET]: Fix and allocate less memory for ->priv'less netdevices
Alexey Dobriyan
1
-6
/
+9
2008-04-16
[NET]: Do not allocate unneeded memory for dev->priv alignment.
Pavel Emelyanov
1
-1
/
+2
2008-04-16
[NETNS]: Add netns refcnt debug for network devices.
Denis V. Lunev
1
-0
/
+2
2008-04-16
[NETNS]: Add netns refcnt debug to fib rules.
Denis V. Lunev
1
-2
/
+3
2008-04-16
[NETNS]: Add netns refcnt debug for kernel sockets.
Denis V. Lunev
1
-0
/
+1
2008-04-16
[NETNS]: Make netns refconting debug like a socket one.
Denis V. Lunev
1
-0
/
+4
2008-04-16
[RTNL]: Introduce the rtnl_kill_links helper.
Pavel Emelyanov
1
-8
/
+21
2008-04-16
[RTNL]: Relax for_each_netdev_safe in __rtnl_link_unregister.
Pavel Emelyanov
1
-2
/
+2
2008-04-16
[ETHTOOL]: Add support for large eeproms
Mandeep Singh Baines
1
-28
/
+36
2008-04-15
[NETNS]: The generic per-net pointers.
Pavel Emelyanov
1
-0
/
+62
2008-04-15
[NETNS]: The net-subsys IDs generator.
Pavel Emelyanov
1
-0
/
+38
2008-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-3
/
+3
2008-04-14
[SKB]: __skb_append = __skb_queue_after
Gerrit Renker
1
-1
/
+1
2008-04-14
[NET]: Fix kernel-doc for skb_segment
Ben Hutchings
1
-2
/
+2
2008-04-14
[SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0)
Eric Dumazet
1
-1
/
+1
2008-04-10
[SKFILTER]: Add SKF_ADF_NLATTR instruction
Patrick McHardy
1
-0
/
+17
2008-04-10
socket: sk_filter deinline
Stephen Hemminger
1
-0
/
+35
2008-04-10
socket: sk_filter minor cleanups
Stephen Hemminger
1
-3
/
+2
2008-04-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
1
-2
/
+2
2008-04-01
[SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net.
Pavel Emelyanov
1
-0
/
+48
2008-04-01
[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.
Pavel Emelyanov
1
-2
/
+2
2008-04-01
[NETNS]: Introduce a netns_core structure.
Pavel Emelyanov
1
-6
/
+6
2008-03-29
[NET]: Fix dev_alloc_skb() typo.
David S. Miller
1
-1
/
+1
2008-03-29
[SOCK]: Drop per-proto inuse init and fre functions (v2).
Pavel Emelyanov
1
-10
/
+1
2008-03-29
[SOCK]: Introduce a percpu inuse counters array (v2).
Pavel Emelyanov
1
-0
/
+22
2008-03-29
[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).
Pavel Emelyanov
1
-0
/
+34
2008-03-29
[NET]: Add inline intent commentary to dev_alloc_skb().
Denys Vlasenko
1
-0
/
+4
2008-03-28
[NET] NEIGHBOUR: Extract hash/lookup functions for pneigh entries.
YOSHIFUJI Hideaki
1
-32
/
+29
2008-03-28
[NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its func...
YOSHIFUJI Hideaki
1
-29
/
+24
2008-03-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
2
-2
/
+25
2008-03-28
[NET]: uninline skb_trim, de-bloats
Ilpo Järvinen
1
-0
/
+16
2008-03-28
[NET]: uninline dst_release
Ilpo Järvinen
1
-0
/
+10
2008-03-28
[NET]: uninline skb_push, de-bloats a lot
Ilpo Järvinen
1
-0
/
+19
2008-03-28
[NET]: uninline dev_alloc_skb, de-bloats a lot
Ilpo Järvinen
1
-0
/
+18
2008-03-28
[NET]: uninline skb_pull, de-bloats a lot
Ilpo Järvinen
1
-0
/
+16
2008-03-28
[NET]: uninline skb_put, de-bloats a lot
Ilpo Järvinen
1
-0
/
+21
2008-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-2
/
+25
2008-03-26
[NET]: Fix multicast device ioctl checks
Patrick McHardy
1
-2
/
+2
2008-03-25
[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2
-10
/
+10
2008-03-25
[NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-10
/
+16
2008-03-25
[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-4
/
+4
2008-03-25
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
4
-19
/
+19
2008-03-25
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
6
-22
/
+22
2008-03-25
[NETNS]: Minor information leak via /proc/net/ptype file.
Pavel Emelyanov
1
-3
/
+4
2008-03-25
[NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).
Pavel Emelyanov
1
-0
/
+23
2008-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+4
2008-03-21
[NET]: Add per-connection option to set max TSO frame size
Peter P Waskiewicz Jr
2
-2
/
+5
[next]