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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-03
net: ethernet: improve eth_platform_get_mac_address
Heiner Kallweit
1
-10
/
+4
2019-06-03
net: ipv4: provide __rcu annotation for ifa_list
Florian Westphal
5
-43
/
+79
2019-06-03
net: use new in_dev_ifa iterators
Florian Westphal
5
-17
/
+29
2019-06-03
netfilter: use in_dev_for_each_ifa_rcu
Florian Westphal
3
-7
/
+16
2019-06-03
devinet: use in_dev_for_each_ifa_rcu in more places
Florian Westphal
1
-8
/
+19
2019-06-03
net: inetdevice: provide replacement iterators for in_ifaddr walk
Florian Westphal
1
-15
/
+16
2019-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
32
-139
/
+370
2019-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-29
/
+52
2019-06-01
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2
-10
/
+2
2019-06-01
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2
-5
/
+8
2019-06-01
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2
-3
/
+3
2019-06-01
bpf: add memlock precharge for socket local storage
Roman Gushchin
1
-2
/
+10
2019-06-01
bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls
brakmo
2
-20
/
+40
2019-06-01
nexthop: remove redundant assignment to err
Colin Ian King
1
-1
/
+1
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
95
-924
/
+313
2019-05-31
netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=y
Pablo Neira Ayuso
1
-1
/
+1
2019-05-31
ipvs: add checksum support for gue encapsulation
Jacky Hu
2
-17
/
+137
2019-05-31
netfilter: replace skb_make_writable with skb_ensure_writable
Florian Westphal
4
-28
/
+6
2019-05-31
netfilter: tcpmss, optstrip: prefer skb_ensure_writable
Florian Westphal
2
-16
/
+14
2019-05-31
netfilter: xt_HL: prefer skb_ensure_writable
Florian Westphal
1
-2
/
+2
2019-05-31
netfilter: nf_tables: prefer skb_ensure_writable
Florian Westphal
2
-4
/
+5
2019-05-31
netfilter: ipv4: prefer skb_ensure_writable
Florian Westphal
5
-6
/
+6
2019-05-31
netfilter: conntrack, nat: prefer skb_ensure_writable
Florian Westphal
4
-17
/
+17
2019-05-31
netfilter: ipvs: prefer skb_ensure_writable
Florian Westphal
7
-18
/
+18
2019-05-31
netfilter: bridge: convert skb_make_writable to skb_ensure_writable
Florian Westphal
3
-3
/
+3
2019-05-31
netfilter: nf_tables: free base chain counters from worker
Florian Westphal
1
-16
/
+10
2019-05-31
netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tuple
Taehee Yoo
1
-1
/
+0
2019-05-31
netfilter: xt_owner: Add supplementary groups option
Lukasz Pawelczyk
1
-3
/
+20
2019-05-31
ipvs: strip udp tunnel headers from icmp errors
Julian Anastasov
1
-0
/
+60
2019-05-31
ipvs: add function to find tunnels
Julian Anastasov
2
-0
/
+37
2019-05-31
ipvs: allow rs_table to contain different real server types
Julian Anastasov
1
-8
/
+35
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
27
-194
/
+245
2019-05-31
net: correct zerocopy refcnt with udp MSG_MORE
Willem de Bruijn
3
-5
/
+9
2019-05-31
net: sched: act_ctinfo: minor size optimisation
Kevin 'ldir' Darbyshire-Bryant
1
-4
/
+0
2019-05-31
ethtool: Check for vlan etype or vlan tci when parsing flow_rule
Maxime Chevallier
1
-2
/
+6
2019-05-31
net: dsa: Add error path handling in dsa_tree_setup()
Ioana Ciornei
1
-23
/
+66
2019-05-31
net: don't clear sock->sk early to avoid trouble in strparser
Jakub Kicinski
1
-1
/
+1
2019-05-31
net-gro: fix use-after-free read in napi_gro_frags()
Eric Dumazet
1
-1
/
+1
2019-05-31
net: dsa: tag_8021q: Create a stable binary format
Vladimir Oltean
1
-10
/
+50
2019-05-31
net: dsa: tag_8021q: Change order of rx_vid setup
Ioana Ciornei
1
-4
/
+15
2019-05-31
sctp: deduplicate identical skb_checksum_ops
Matteo Croce
1
-6
/
+1
2019-05-31
net: avoid indirect calls in L4 checksum calculation
Matteo Croce
1
-4
/
+11
2019-05-31
netfilter: nf_conntrack_bridge: register inet conntrack for bridge
Pablo Neira Ayuso
1
-16
/
+42
2019-05-31
netfilter: nf_conntrack_bridge: add support for IPv6
Pablo Neira Ayuso
2
-2
/
+180
2019-05-31
netfilter: bridge: add connection tracking system
Pablo Neira Ayuso
6
-4
/
+400
2019-05-31
netfilter: nf_conntrack: allow to register bridge support
Pablo Neira Ayuso
1
-3
/
+58
2019-05-31
net: ipv4: place control buffer handling away from fragmentation iterators
Pablo Neira Ayuso
1
-18
/
+37
2019-05-31
net: ipv6: split skbuff into fragments transformer
Pablo Neira Ayuso
1
-76
/
+107
2019-05-31
net: ipv4: split skbuff into fragments transformer
Pablo Neira Ayuso
1
-88
/
+112
2019-05-31
net: ipv6: add skbuff fraglist splitter
Pablo Neira Ayuso
1
-55
/
+77
[next]