index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
netfilter: nf_conntrack: allow to register bridge support
Pablo Neira Ayuso
1
-3
/
+58
2019-05-30
net: ipv4: place control buffer handling away from fragmentation iterators
Pablo Neira Ayuso
1
-18
/
+37
2019-05-30
net: ipv6: split skbuff into fragments transformer
Pablo Neira Ayuso
1
-76
/
+107
2019-05-30
net: ipv4: split skbuff into fragments transformer
Pablo Neira Ayuso
1
-88
/
+112
2019-05-30
net: ipv6: add skbuff fraglist splitter
Pablo Neira Ayuso
1
-55
/
+77
2019-05-30
net: ipv4: add skbuff fraglist splitter
Pablo Neira Ayuso
1
-33
/
+55
2019-05-30
tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_key
Jason Baron
1
-24
/
+71
2019-05-30
tcp: add support to TCP_FASTOPEN_KEY for optional backup key
Jason Baron
1
-10
/
+20
2019-05-30
tcp: add backup TFO key infrastructure
Jason Baron
4
-55
/
+123
2019-05-30
tcp: introduce __tcp_fastopen_cookie_gen_cipher()
Christoph Paasch
1
-36
/
+37
2019-05-30
inet: frags: Remove unnecessary smp_store_release/READ_ONCE
Herbert Xu
1
-6
/
+10
2019-05-29
net: dsa: Use PHYLINK for the CPU/DSA ports
Ioana Ciornei
1
-6
/
+63
2019-05-29
net: dsa: Move the phylink driver calls into port.c
Ioana Ciornei
3
-95
/
+118
2019-05-29
net: phylink: Add struct phylink_config to PHYLINK API
Ioana Ciornei
1
-13
/
+18
2019-05-29
net: sched: Introduce act_ctinfo action
Kevin 'ldir' Darbyshire-Bryant
3
-0
/
+414
2019-05-28
nexthop: Add support for nexthop groups
David Ahern
1
-23
/
+481
2019-05-28
nexthop: Add support for lwt encaps
David Ahern
1
-1
/
+36
2019-05-28
nexthop: Add support for IPv6 gateways
David Ahern
1
-0
/
+56
2019-05-28
nexthop: Add support for IPv4 nexthops
David Ahern
1
-0
/
+208
2019-05-28
net: Initial nexthop code
David Ahern
2
-1
/
+723
2019-05-28
inet: frags: fix use-after-free read in inet_frag_destroy_rcu
Eric Dumazet
1
-2
/
+18
2019-05-28
inet: frags: call inet_frags_fini() after unregister_pernet_subsys()
Eric Dumazet
2
-2
/
+2
2019-05-28
inet: frags: uninline fqdir_init()
Eric Dumazet
1
-0
/
+19
2019-05-26
ipv4: remove redundant assignment to n
Colin Ian King
1
-1
/
+0
2019-05-26
inet: frags: rework rhashtable dismantle
Eric Dumazet
1
-12
/
+37
2019-05-26
net: dynamically allocate fqdir structures
Eric Dumazet
7
-56
/
+60
2019-05-26
net: add a net pointer to struct fqdir
Eric Dumazet
4
-23
/
+13
2019-05-26
net: rename inet_frags_init_net() to fdir_init()
Eric Dumazet
4
-8
/
+4
2019-05-26
ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_table
Eric Dumazet
1
-11
/
+6
2019-05-26
netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...
Eric Dumazet
1
-12
/
+7
2019-05-26
ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]
Eric Dumazet
1
-10
/
+5
2019-05-26
ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]
Eric Dumazet
1
-12
/
+6
2019-05-26
net: rename struct fqdir fields
Eric Dumazet
6
-88
/
+88
2019-05-26
net: rename inet_frags_exit_net() to fqdir_exit()
Eric Dumazet
5
-10
/
+10
2019-05-26
inet: rename netns_frags to fqdir
Eric Dumazet
5
-42
/
+42
2019-05-25
flow_offload: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-05-24
ipv6: Refactor ip6_route_del for cached routes
David Ahern
1
-15
/
+21
2019-05-24
ipv6: Make fib6_nh optional at the end of fib6_info
David Ahern
4
-81
/
+85
2019-05-24
ipv6: Move exception bucket to fib6_nh
David Ahern
2
-68
/
+123
2019-05-24
ipv6: Refactor exception functions
David Ahern
1
-48
/
+86
2019-05-24
ipv6: Refactor fib6_drop_pcpu_from
David Ahern
1
-10
/
+25
2019-05-24
ipv6: Move pcpu cached routes to fib6_nh
David Ahern
3
-33
/
+36
2019-05-23
devlink: add warning in case driver does not set port type
Jiri Pirko
1
-0
/
+38
2019-05-22
hv_sock: perf: loop in send() to maximize bandwidth
Sunil Muthuswamy
1
-14
/
+31
2019-05-22
hv_sock: perf: Allow the socket buffer size options to influence the actual s...
Sunil Muthuswamy
1
-10
/
+40
2019-05-22
neighbor: Add tracepoint to __neigh_create
David Ahern
1
-0
/
+2
2019-05-22
net: Set strict_start_type for routes and rules
David Ahern
2
-0
/
+2
2019-05-22
ipv4: Rename and export nh_update_mtu
David Ahern
1
-2
/
+2
2019-05-22
ipv4: export fib_info_update_nh_saddr
David Ahern
1
-6
/
+5
2019-05-22
ipv4: export fib_flush
David Ahern
1
-1
/
+1
[next]