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
2014-10-04
qdisc: validate skb without holding lock
Eric Dumazet
1
-3
/
+26
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2014-10-02
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
Pablo Neira Ayuso
1
-1
/
+1
2014-10-02
net: pktgen: packet bursting via skb->xmit_more
Alexei Starovoitov
1
-2
/
+24
2014-10-02
net: avoid one atomic operation in skb_clone()
Eric Dumazet
1
-6
/
+17
2014-10-02
net: cleanup and document skb fclone layout
Eric Dumazet
1
-21
/
+20
2014-09-30
net: sched: enable per cpu qstats
John Fastabend
1
-7
/
+48
2014-09-30
net: sched: restrict use of qstats qlen
John Fastabend
1
-1
/
+5
2014-09-30
net: sched: make bstats per cpu and estimator RCU safe
John Fastabend
2
-16
/
+66
2014-09-29
gro: fix aggregation for skb using frag_list
Eric Dumazet
1
-0
/
+3
2014-09-29
net: reorganize sk_buff for faster __copy_skb_header()
Eric Dumazet
1
-39
/
+41
2014-09-28
net_dma: simple removal
Dan Williams
4
-148
/
+0
2014-09-27
net : optimize skb_release_data()
Eric Dumazet
1
-21
/
+22
2014-09-27
net: optimise inet_proto_csum_replace4()
LEROY Christophe
1
-7
/
+5
2014-09-26
net: introduce __skb_header_release()
Eric Dumazet
1
-2
/
+2
2014-09-26
net: Change netdev_<level> logging functions to return void
Joe Perches
1
-27
/
+17
2014-09-26
net: Remove gso_send_check as an offload callback
Tom Herbert
1
-10
/
+0
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-8
/
+12
2014-09-22
net: keep original skb which only needs header checking during software GSO
Jason Wang
1
-3
/
+5
2014-09-20
net: add alloc_skb_with_frags() helper
Eric Dumazet
2
-63
/
+93
2014-09-15
tcp: allow segment with FIN in tcp_try_coalesce()
Eric Dumazet
1
-1
/
+2
2014-09-15
net: fix creation adjacent device symlinks
Alexander Y. Fomichev
1
-7
/
+11
2014-09-14
net: bpf: correctly handle errors in sk_attach_filter()
Sasha Levin
1
-2
/
+2
2014-09-14
net: filter: constify detection of pkt_type_offset
Hannes Frederic Sowa
1
-29
/
+2
2014-09-14
ipv6: drop useless rcu_read_lock() in anycast
WANG Cong
1
-6
/
+8
2014-09-13
net: qdisc: use rcu prefix and silence sparse warnings
John Fastabend
1
-2
/
+49
2014-09-13
mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack path
Alexander Duyck
1
-0
/
+5
2014-09-13
skb: Add documentation for skb_clone_sk
Alexander Duyck
1
-0
/
+13
2014-09-10
pktgen: Convert pr_warning to pr_warn
Joe Perches
1
-12
/
+12
2014-09-10
netns: remove one sparse warning
Eric Dumazet
1
-1
/
+1
2014-09-10
net: bpf: be friendly to kmemcheck
Daniel Borkmann
1
-1
/
+1
2014-09-09
net: fix skb_page_frag_refill() kerneldoc
Eric Dumazet
1
-1
/
+1
2014-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-27
/
+94
2014-09-06
net: Add function for parsing the header length out of linear ethernet frames
Alexander Duyck
2
-15
/
+33
2014-09-06
net: merge cases where sock_efree and sock_edemux are the same function
Alexander Duyck
1
-2
/
+2
2014-09-06
net-timestamp: Make the clone operation stand-alone from phy timestamping
Alexander Duyck
3
-18
/
+34
2014-09-06
net-timestamp: Merge shared code between phy and regular timestamping
Alexander Duyck
2
-52
/
+42
2014-09-06
net: treewide: Fix typo found in DocBook/networking.xml
Masanari Iida
5
-7
/
+7
2014-09-05
ethtool: Add generic options for tunables
Govindarajulu Varadarajan
1
-0
/
+81
2014-09-05
dev_ioctl: remove dev_load() CAP_SYS_MODULE message
Daniel Borkmann
1
-5
/
+2
2014-09-05
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
1
-3
/
+3
2014-09-04
qdisc: validate frames going through the direct_xmit path
Jesper Dangaard Brouer
1
-2
/
+8
2014-09-02
rtnl/do_setlink(): notify when a netdev is modified
Nicolas Dichtel
1
-14
/
+21
2014-09-02
rtnl/do_setlink(): last arg is now a set of flags
Nicolas Dichtel
1
-21
/
+22
2014-09-02
rtnl/do_setlink(): set modified when IFLA_LINKMODE is updated
Nicolas Dichtel
1
-1
/
+5
2014-09-02
rtnl/do_setlink(): set modified when IFLA_TXQLEN is updated
Nicolas Dichtel
1
-2
/
+8
2014-09-02
sock: deduplicate errqueue dequeue
Willem de Bruijn
2
-12
/
+22
2014-09-02
net: Support for csum_bad in skbuff
Tom Herbert
1
-1
/
+1
2014-09-02
pktgen: add flag NO_TIMESTAMP to disable timestamping
Jesper Dangaard Brouer
1
-3
/
+16
2014-09-02
net: xmit_list() becomes dev_hard_start_xmit().
David S. Miller
1
-13
/
+2
[prev]
[next]