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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-03
netfilter: nf_conntrack: make nf_ct_zone_dflt built-in
Daniel Borkmann
1
-18
/
+1
2015-09-02
flow_dissector: Use 'const' where possible.
David S. Miller
1
-4
/
+4
2015-09-02
flow_dissector: Don't use bit fields.
David S. Miller
1
-3
/
+5
2015-09-02
flow_dissector: Add control/reporting of encapsulation
Tom Herbert
1
-0
/
+2
2015-09-02
flow_dissector: Add flag to stop parsing when an IPv6 flow label is seen
Tom Herbert
1
-0
/
+1
2015-09-02
flow_dissector: Add flag to stop parsing at L3
Tom Herbert
1
-0
/
+1
2015-09-02
flow_dissector: Add control/reporting of fragmentation
Tom Herbert
1
-0
/
+4
2015-09-02
flowi: Abstract out functions to get flow hash based on flowi
Tom Herbert
2
-0
/
+21
2015-09-02
skbuff: Make __skb_set_sw_hash a general function
Tom Herbert
1
-0
/
+5
2015-09-02
flow_dissector: Move skb related functions to skbuff.h
Tom Herbert
1
-50
/
+0
2015-09-02
net: Make table id type u32
David Ahern
2
-13
/
+13
2015-09-01
tun_dst: Remove opts_size
Pravin B Shelar
1
-1
/
+0
2015-09-01
gro_cells: remove spinlock protecting receive queues
Eric Dumazet
1
-13
/
+5
2015-08-31
tcp: use dctcp if enabled on the route to the initiator
Daniel Borkmann
2
-1
/
+7
2015-08-31
ip-tunnel: Use API to access tunnel metadata options.
Pravin B Shelar
2
-53
/
+45
2015-08-31
net: Introduce helper functions to get the per cpu data
Raghavendra K T
1
-0
/
+10
2015-08-29
vxlan: do not receive IPv4 packets on IPv6 socket
Jiri Benc
1
-1
/
+2
2015-08-29
ip_tunnels: record IP version in tunnel info
Jiri Benc
2
-0
/
+11
2015-08-29
ip_tunnels: convert the mode field of ip_tunnel_info to flags
Jiri Benc
2
-8
/
+2
2015-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-8
/
+15
2015-08-28
net: Add support for VRFs to inetpeer cache
David Ahern
1
-5
/
+12
2015-08-28
net: Refactor inetpeer address struct
David Ahern
1
-16
/
+19
2015-08-28
net: Add helper function to compare inetpeer addresses
David Ahern
1
-0
/
+16
2015-08-28
net: Add set,get helpers for inetpeer addresses
David Ahern
1
-0
/
+23
2015-08-28
net: Introduce ipv4_addr_hash and use it for tcp metrics
David Ahern
1
-0
/
+5
2015-08-28
net: sched: register noqueue qdisc
Phil Sutter
1
-0
/
+1
2015-08-28
geneve: Consolidate Geneve functionality in single module.
Pravin B Shelar
1
-34
/
+0
2015-08-28
geneve: Add support to collect tunnel metadata.
Pravin B Shelar
1
-0
/
+3
2015-08-28
tunnel: introduce udp_tun_rx_dst()
Pravin B Shelar
2
-0
/
+65
2015-08-28
net: sched: consolidate tc_classify{,_compat}
Daniel Borkmann
1
-3
/
+1
2015-08-27
netfilter: connlabels: Export setting connlabel length
Joe Stringer
1
-0
/
+4
2015-08-27
dst: Add __skb_dst_copy() variation
Joe Stringer
1
-2
/
+7
2015-08-26
net_sched: act_bpf: remove spinlock in fast path
Alexei Starovoitov
1
-1
/
+1
2015-08-26
net_sched: make tcf_hash_destroy() static
Alexei Starovoitov
1
-1
/
+0
2015-08-26
vxlan: fix multiple inclusion of vxlan.h
Jiri Benc
1
-1
/
+2
2015-08-25
inetpeer: remove dead code
David Ahern
1
-67
/
+0
2015-08-25
tcp: refine pacing rate determination
Eric Dumazet
1
-0
/
+2
2015-08-25
tcp: fix slow start after idle vs TSO/GSO
Eric Dumazet
1
-0
/
+13
2015-08-24
lwt: Add cfg argument to build_state
Tom Herbert
1
-0
/
+3
2015-08-24
Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
David S. Miller
2
-0
/
+44
2015-08-24
route: fix breakage after moving lwtunnel state
Jiri Benc
1
-2
/
+5
2015-08-24
vxlan: GRO support at tunnel layer
Tom Herbert
1
-0
/
+1
2015-08-21
ipvs: add more mcast parameters for the sync daemon
Julian Anastasov
1
-0
/
+4
2015-08-21
ipvs: add sync_maxlen parameter for the sync daemon
Julian Anastasov
1
-8
/
+11
2015-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
8
-15
/
+134
2015-08-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
18
-136
/
+380
2015-08-21
ipv6: route: extend flow representation with tunnel key
Jiri Benc
1
-0
/
+1
2015-08-21
vxlan: provide access function for vxlan socket address family
Jiri Benc
1
-0
/
+5
2015-08-21
ipv6: ndisc: inherit metadata dst when creating ndisc requests
Jiri Benc
1
-1
/
+2
2015-08-21
route: move lwtunnel state to dst_entry
Jiri Benc
5
-25
/
+7
[next]