index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: fix issue with possible txq NULL pointer
Erik Stromdahl
2018-10-02
1
-0
/
+3
*
cfg80211: remove redundant check of !scan_plan
Colin Ian King
2018-10-02
1
-2
/
+1
*
cfg80211: remove unnecessary null pointer check in cfg80211_netdev_notifier_call
zhong jiang
2018-10-02
1
-1
/
+1
*
tcp/fq: move back to CLOCK_MONOTONIC
Eric Dumazet
2018-10-01
2
-4
/
+4
*
net_sched: fix a crash in tc_new_tfilter()
Cong Wang
2018-10-01
1
-1
/
+3
*
tcp: adjust rcv zerocopy hints based on frag sizes
Soheil Hassas Yeganeh
2018-10-01
1
-1
/
+10
*
tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZE
Soheil Hassas Yeganeh
2018-10-01
1
-5
/
+9
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2018-10-01
4
-10
/
+12
|
\
|
*
xfrm: allow driver to quietly refuse offload
Shannon Nelson
2018-08-29
1
-1
/
+5
|
*
esp: remove redundant define esph
Haishuang Yan
2018-08-29
2
-8
/
+6
|
*
xfrm: Make function xfrmi_get_link_net() static
Wei Yongjun
2018-08-29
1
-1
/
+1
*
|
tcp: start receiver buffer autotuning sooner
Yuchung Cheng
2018-10-01
1
-1
/
+1
*
|
openvswitch: Use correct reply values in datapath and vport ops
Yifeng Sun
2018-09-29
1
-10
/
+10
*
|
tls: Remove redundant vars from tls record structure
Vakul Garg
2018-09-29
1
-49
/
+43
*
|
tipc: buffer overflow handling in listener socket
Tung Nguyen
2018-09-29
3
-6
/
+64
*
|
tipc: add SYN bit to connection setup messages
Jon Maloy
2018-09-29
3
-5
/
+22
*
|
tipc: refactor function tipc_sk_filter_connect()
Jon Maloy
2018-09-29
1
-58
/
+43
*
|
tipc: refactor function tipc_sk_timeout()
Jon Maloy
2018-09-29
1
-24
/
+38
*
|
tipc: refactor function tipc_msg_reverse()
Jon Maloy
2018-09-29
1
-30
/
+28
*
|
tcp: up initial rmem to 128KB and SYN rwin to around 64KB
Yuchung Cheng
2018-09-29
3
-46
/
+8
*
|
net: sched: make function qdisc_free_cb() static
Wei Yongjun
2018-09-28
1
-1
/
+1
*
|
net: bridge: explicitly zero is_sticky in fdb_create
Nikolay Aleksandrov
2018-09-28
1
-0
/
+1
*
|
net/tls: Make function get_rec() static
Wei Yongjun
2018-09-28
1
-1
/
+1
*
|
net/core: make function ___gnet_stats_copy_basic() static
Wei Yongjun
2018-09-28
1
-1
/
+1
*
|
net: ovs: fix return type of ndo_start_xmit function
YueHaibing
2018-09-28
1
-2
/
+3
*
|
net-ipv4: remove 2 always zero parameters from ipv4_redirect()
Maciej Żenczykowski
2018-09-26
10
-13
/
+13
*
|
net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()
Maciej Żenczykowski
2018-09-26
11
-17
/
+13
*
|
net: bridge: pack net_bridge better
Nikolay Aleksandrov
2018-09-26
1
-2
/
+2
*
|
net: bridge: convert mtu_set_by_user to a bit
Nikolay Aleksandrov
2018-09-26
3
-4
/
+4
*
|
net: bridge: convert neigh_suppress_enabled option to a bit
Nikolay Aleksandrov
2018-09-26
4
-9
/
+12
*
|
net: bridge: convert mcast options to bits
Nikolay Aleksandrov
2018-09-26
4
-32
/
+33
*
|
net: bridge: convert and rename mcast disabled
Nikolay Aleksandrov
2018-09-26
5
-21
/
+24
*
|
net: bridge: convert group_addr_set option to a bit
Nikolay Aleksandrov
2018-09-26
4
-4
/
+4
*
|
net: bridge: convert nf call options to bits
Nikolay Aleksandrov
2018-09-26
4
-18
/
+19
*
|
net: bridge: add bitfield for options and convert vlan opts
Nikolay Aleksandrov
2018-09-26
5
-18
/
+49
*
|
net: bridge: make struct opening bracket consistent
Nikolay Aleksandrov
2018-09-26
1
-8
/
+4
*
|
net/af_iucv: locate IUCV header via skb_network_header()
Julian Wiedmann
2018-09-26
1
-29
/
+13
*
|
bridge: br_arp_nd_proxy: set icmp6_router if neigh has NTF_ROUTER
Roopa Prabhu
2018-09-25
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-09-25
2
-30
/
+249
|
\
\
|
*
|
flow_dissector: lookup netns by skb->sk if skb->dev is NULL
Willem de Bruijn
2018-09-25
1
-3
/
+9
|
*
|
flow_dissector: implements flow dissector BPF hook
Petar Penkov
2018-09-14
2
-0
/
+204
|
*
|
net/core/filter: fix unused-variable warning
Anders Roxell
2018-09-11
1
-2
/
+3
|
*
|
xdp: split code for map vs non-map redirect
Jesper Dangaard Brouer
2018-09-06
1
-22
/
+30
|
*
|
xdp: explicit inline __xdp_map_lookup_elem
Jesper Dangaard Brouer
2018-09-06
1
-3
/
+3
|
*
|
xdp: unlikely instrumentation for xdp map redirect
Jesper Dangaard Brouer
2018-09-06
1
-3
/
+3
*
|
|
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2018-09-25
3
-0
/
+60
|
\
\
\
|
*
|
|
net: xsk: add a simple buffer reuse queue
Jakub Kicinski
2018-09-25
3
-0
/
+60
*
|
|
|
net: sched: use reference counting for tcf blocks on rules update
Vlad Buslov
2018-09-25
1
-17
/
+21
*
|
|
|
net: sched: implement tcf_block_refcnt_{get|put}()
Vlad Buslov
2018-09-25
1
-24
/
+50
*
|
|
|
net: sched: protect block idr with spinlock
Vlad Buslov
2018-09-25
1
-2
/
+13
[next]