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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-13
net: shrink struct sock and request_sock by 8 bytes
Eric Dumazet
7
-17
/
+17
2015-10-13
net: SO_INCOMING_CPU setsockopt() support
Eric Dumazet
5
-5
/
+21
2015-10-13
packet: support per-packet fwmark for af_packet sendmsg
Edward Jee
1
-1
/
+9
2015-10-13
sock: support per-packet fwmark
Edward Jee
1
-0
/
+26
2015-10-13
bpf: enable non-root eBPF programs
Alexei Starovoitov
1
-1
/
+2
2015-10-12
bridge: push bridge setting ageing_time down to switchdev
Scott Feldman
5
-7
/
+29
2015-10-12
switchdev: skip over ports returning -EOPNOTSUPP when recursing ports
Scott Feldman
1
-1
/
+8
2015-10-12
tcp: change type of alive from int to bool
Richard Sailer
1
-3
/
+3
2015-10-12
bridge: allow adding of fdb entries pointing to the bridge device
Roopa Prabhu
2
-30
/
+93
2015-10-11
tcp: fix RFS vs lockless listeners
Eric Dumazet
2
-0
/
+2
2015-10-11
net: dsa: use switchdev obj in port_fdb_del
Vivien Didelot
1
-1
/
+1
2015-10-11
net: dsa: push prepare phase in port_fdb_add
Vivien Didelot
1
-1
/
+1
2015-10-11
net: dsa: add port_fdb_prepare
Vivien Didelot
1
-2
/
+5
2015-10-11
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
21
-135
/
+1870
2015-10-11
net: synack packets can be attached to request sockets
Eric Dumazet
1
-1
/
+2
2015-10-11
bpf: fix cb access in socket filter programs
Alexei Starovoitov
2
-10
/
+12
2015-10-09
net/sched: make sch_blackhole.c explicitly non-modular
Paul Gortmaker
1
-12
/
+3
2015-10-09
net/dcb: make dcbnl.c explicitly non-modular
Paul Gortmaker
1
-27
/
+3
2015-10-09
net/core: make sock_diag.c explicitly non-modular
Paul Gortmaker
1
-11
/
+3
2015-10-09
net/core: lockdep_rtnl_is_held can be boolean
Yaowei Bai
1
-1
/
+1
2015-10-09
net/dccp: dccp_bad_service_code can be boolean
Yaowei Bai
1
-2
/
+2
2015-10-09
net/nfnetlink: lockdep_nfnl_is_held can be boolean
Yaowei Bai
1
-1
/
+1
2015-10-09
net/netlink: lockdep_genl_is_held can be boolean
Yaowei Bai
1
-1
/
+1
2015-10-08
Bluetooth: Fix basic debugfs entries for unconfigured controllers
Marcel Holtmann
1
-14
/
+15
2015-10-08
bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs
Daniel Borkmann
1
-7
/
+2
2015-10-08
net: move net_get_random_once to lib
Hannes Frederic Sowa
1
-49
/
+0
2015-10-08
6lowpan: move shared settings to lowpan_netdev_setup
Alexander Aring
3
-10
/
+5
2015-10-08
net: Do not drop to make_route if oif is l3mdev
David Ahern
1
-1
/
+2
2015-10-08
bpf, skb_do_redirect: clear sender_cpu before xmit
Daniel Borkmann
1
-0
/
+1
2015-10-08
Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
12
-282
/
+448
2015-10-08
dst: Pass net into dst->output
Eric W. Biederman
12
-37
/
+30
2015-10-08
ipv4, ipv6: Pass net into ip_local_out and ip6_local_out
Eric W. Biederman
12
-19
/
+17
2015-10-08
ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out
Eric W. Biederman
3
-7
/
+5
2015-10-08
ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmit
Eric W. Biederman
1
-4
/
+6
2015-10-08
ipv4: Cache net in iptunnel_xmit
Eric W. Biederman
1
-2
/
+2
2015-10-08
ipv6: Merge ip6_local_out and ip6_local_out_sk
Eric W. Biederman
6
-12
/
+6
2015-10-08
ipv6: Merge __ip6_local_out and __ip6_local_out_sk
Eric W. Biederman
3
-9
/
+4
2015-10-08
ipv4: Merge ip_local_out and ip_local_out_sk
Eric W. Biederman
7
-12
/
+12
2015-10-08
ipv4: Merge __ip_local_out and __ip_local_out_sk
Eric W. Biederman
3
-9
/
+4
2015-10-08
dst: Pass a sk into .local_out
Eric W. Biederman
7
-7
/
+7
2015-10-08
net: Pass net into dst_output and remove dst_output_okfn
Eric W. Biederman
18
-25
/
+27
2015-10-08
xfrm: Only compute net once in xfrm_policy_queue_process
Eric W. Biederman
1
-4
/
+3
2015-10-08
ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_sk
Eric W. Biederman
1
-1
/
+1
2015-10-08
ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_sk
Eric W. Biederman
1
-1
/
+1
2015-10-08
Bluetooth: 6lowpan: Remove unnecessary chan_get() function
Johan Hedberg
1
-15
/
+5
2015-10-08
Bluetooth: 6lowpan: Rename confusing 'pchan' variables
Johan Hedberg
1
-21
/
+21
2015-10-08
Bluetooth: 6lowpan: Remove unnecessary chan_open() function
Johan Hedberg
1
-12
/
+4
2015-10-08
Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignment
Johan Hedberg
1
-2
/
+0
2015-10-08
Bluetooth: 6lowpan: Remove redundant (and incorrect) MPS assignments
Johan Hedberg
1
-3
/
+0
2015-10-08
Bluetooth: 6lowpan: Fix imtu & omtu values
Johan Hedberg
1
-2
/
+1
[next]