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
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+2
2015-06-08
net: replace last open coded skb_orphan_frags with function call
Willem de Bruijn
1
-9
/
+2
2015-06-07
bpf: allow programs to write to certain skb fields
Alexei Starovoitov
1
-12
/
+82
2015-06-07
bpf: make programs see skb->data == L2 for ingress and egress
Alexei Starovoitov
1
-23
/
+3
2015-06-05
mpls: Add MPLS entropy label in flow_keys
Tom Herbert
1
-0
/
+35
2015-06-05
net: Add GRE keyid in flow_keys
Tom Herbert
1
-1
/
+23
2015-06-05
net: Add IPv6 flow label to flow_keys
Tom Herbert
1
-19
/
+10
2015-06-05
net: Add VLAN ID to flow_keys
Tom Herbert
1
-0
/
+14
2015-06-05
net: Get rid of IPv6 hash addresses flow keys
Tom Herbert
1
-17
/
+0
2015-06-05
net: Add keys for TIPC address
Tom Herbert
1
-5
/
+13
2015-06-05
net: Add full IPv6 addresses to flow_keys
Tom Herbert
1
-19
/
+97
2015-06-05
net: Get skb hash over flow_keys structure
Tom Herbert
1
-13
/
+41
2015-06-05
net: Remove superfluous setting of key_basic
Tom Herbert
1
-6
/
+0
2015-06-05
net: Simplify GRE case in flow_dissector
Tom Herbert
1
-22
/
+22
2015-06-04
bpf: fix build due to missing tc_verd
Alexei Starovoitov
1
-3
/
+1
2015-06-04
bpf: introduce bpf_clone_redirect() helper
Alexei Starovoitov
1
-0
/
+40
2015-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+1
2015-06-02
net: Add priority to packet_offload objects.
David S. Miller
1
-2
/
+6
2015-06-02
Revert "net: core: 'ethtool' issue with querying phy settings"
David S. Miller
1
-9
/
+1
2015-06-01
ebpf: allow bpf_ktime_get_ns_proto also for networking
Daniel Borkmann
1
-0
/
+2
2015-05-31
netevent: remove automatic variable in register_netevent_notifier()
Wang Long
1
-4
/
+1
2015-05-31
bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fields
Alexei Starovoitov
1
-0
/
+18
2015-05-27
tcp: tcp_tso_autosize() minimum is one packet
Eric Dumazet
1
-1
/
+4
2015-05-26
net: fix inet_proto_csum_replace4() sparse errors
Eric Dumazet
1
-5
/
+7
2015-05-26
net: remove a sparse error in secure_dccpv6_sequence_number()
Eric Dumazet
1
-1
/
+1
2015-05-26
pktgen: remove one sparse error
Eric Dumazet
1
-5
/
+5
2015-05-25
net: af_unix: implement splice for stream af_unix sockets
Hannes Frederic Sowa
1
-0
/
+1
2015-05-25
net: make skb_splice_bits more configureable
Hannes Frederic Sowa
1
-17
/
+28
2015-05-25
net: skbuff: add skb_append_pagefrags and use it
Hannes Frederic Sowa
1
-0
/
+18
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+12
2015-05-23
pktgen: make /proc/net/pktgen/pgctrl report fail on invalid input
Jesper Dangaard Brouer
1
-2
/
+2
2015-05-23
pktgen: adjust spacing in proc file interface output
Jesper Dangaard Brouer
1
-1
/
+1
2015-05-22
net: core: 'ethtool' issue with querying phy settings
Arun Parameswaran
1
-1
/
+9
2015-05-22
flow_dissector: do not break if ports are not needed in flowlabel
Jiri Pirko
1
-7
/
+7
2015-05-22
bpf: allow bpf programs to tail-call other bpf programs
Alexei Starovoitov
1
-0
/
+2
2015-05-21
net: dev: reduce both ingress hook ifdefs
Daniel Borkmann
1
-18
/
+4
2015-05-21
neigh: Better handling of transition to NUD_PROBE state
Erik Kline
1
-0
/
+3
2015-05-18
netns: make nsid_lock per net
WANG Cong
1
-16
/
+16
2015-05-18
flow_dissector: remove bogus return in tipc section
Jiri Pirko
1
-1
/
+0
2015-05-18
net: fix sk_mem_reclaim_partial()
Eric Dumazet
1
-4
/
+5
2015-05-18
rtnl/bond: don't send rtnl msg for unregistered iface
Nicolas Dichtel
1
-0
/
+3
2015-05-15
net: core: set qdisc pkt len before tc_classify
Florian Westphal
1
-1
/
+2
2015-05-15
netns: fix unbalanced spin_lock on error
Nicolas Dichtel
1
-0
/
+1
2015-05-14
netfilter: add netfilter ingress hook after handle_ing() under unique static key
Pablo Neira
1
-0
/
+36
2015-05-14
net: add CONFIG_NET_INGRESS to enable ingress filtering
Pablo Neira
1
-3
/
+4
2015-05-14
net: Reserve skb headroom and set skb->dev even if using __alloc_skb
Alexander Duyck
1
-4
/
+16
2015-05-13
flow_dissector: change port array into src, dst tuple
Jiri Pirko
1
-2
/
+2
2015-05-13
flow_dissector: introduce support for Ethernet addresses
Jiri Pirko
1
-0
/
+12
2015-05-13
flow_dissector: introduce support for ipv6 addressses
Jiri Pirko
1
-8
/
+21
2015-05-13
flow_dissect: use programable dissector in skb_flow_dissect and friends
Jiri Pirko
1
-61
/
+138
[next]