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
2018-07-14
tcp: remove DELAYED ACK events in DCTCP
Yuchung Cheng
2
-29
/
+0
2018-07-14
tcp: fix dctcp delayed ACK schedule
Yuchung Cheng
1
-2
/
+4
2018-07-14
net: sched: refactor flower walk to iterate over idr
Vlad Buslov
2
-11
/
+11
2018-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-36
/
+40
2018-07-14
skbuff: Unconditionally copy pfmemalloc in __skb_clone()
Stefano Brivio
1
-2
/
+1
2018-07-14
net: ipmr: add support for passing full packet on wrong vif
Nikolay Aleksandrov
1
-5
/
+16
2018-07-13
xdp: support simultaneous driver and hw XDP attachment
Jakub Kicinski
2
-59
/
+79
2018-07-13
xdp: factor out common program/flags handling from drivers
Jakub Kicinski
1
-0
/
+34
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
2
-6
/
+9
2018-07-13
xdp: add per mode attributes for attached programs
Jakub Kicinski
1
-4
/
+26
2018-07-13
xsk: do not return EMSGSIZE in copy mode for packets larger than MTU
Magnus Karlsson
1
-6
/
+1
2018-07-13
xsk: always return ENOBUFS from sendmsg if there is no TX queue
Magnus Karlsson
1
-3
/
+2
2018-07-13
xsk: do not return EAGAIN from sendmsg when completion queue is full
Magnus Karlsson
1
-3
/
+1
2018-07-13
xsk: do not return ENXIO from TX copy mode
Magnus Karlsson
1
-3
/
+1
2018-07-13
devlink: Add generic parameters region_snapshot
Alex Vesker
1
-0
/
+5
2018-07-13
devlink: Add support for region snapshot read command
Alex Vesker
1
-0
/
+182
2018-07-13
devlink: Add support for region snapshot delete command
Alex Vesker
1
-0
/
+93
2018-07-13
devlink: Extend the support querying for region snapshot IDs
Alex Vesker
1
-0
/
+53
2018-07-13
devlink: Add support for region get command
Alex Vesker
1
-0
/
+114
2018-07-13
devlink: Add support for creating region snapshots
Alex Vesker
1
-0
/
+95
2018-07-13
devlink: Add callback to query for snapshot id before snapshot create
Alex Vesker
1
-0
/
+21
2018-07-13
devlink: Add support for creating and destroying regions
Alex Vesker
1
-0
/
+84
2018-07-13
net: gro: properly remove skb from list
Prashant Bhole
1
-2
/
+4
2018-07-13
packet: reset network header if packet shorter than ll reserved space
Willem de Bruijn
1
-0
/
+2
2018-07-13
nsh: set mac len based on inner packet
Willem de Bruijn
1
-1
/
+1
2018-07-13
net: ipv4: fix listify ip_rcv_finish in case of forwarding
Jesper Dangaard Brouer
1
-1
/
+7
2018-07-13
net: Don't copy pfmemalloc flag in __copy_skb_header()
Stefano Brivio
1
-0
/
+2
2018-07-13
net/sched: act_skbedit: don't use spinlock in the data path
Davide Caratti
1
-39
/
+68
2018-07-13
net/sched: skbedit: use per-cpu counters
Davide Caratti
1
-4
/
+4
2018-07-13
tcp: use monotonic timestamps for PAWS
Arnd Bergmann
3
-6
/
+7
2018-07-13
net/tls: Use aead_request_alloc/free for request alloc/free
Vakul Garg
1
-8
/
+4
2018-07-13
tcp: allow user to create repair socket without window probes
Stefan Baranoff
1
-3
/
+5
2018-07-13
tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT sockets
Stefan Baranoff
1
-5
/
+18
2018-07-12
sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
Jacob Keller
1
-7
/
+18
2018-07-12
Merge branch 'ieee802154-for-davem-2018-07-11' of git://git.kernel.org/pub/sc...
David S. Miller
1
-0
/
+6
2018-07-12
tipc: check session number before accepting link protocol messages
Jon Maloy
3
-22
/
+52
2018-07-12
tipc: add sequence number check for link STATE messages
Jon Maloy
4
-6
/
+32
2018-07-12
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
4
-31
/
+173
2018-07-12
tcp: expose both send and receive intervals for rate sample
Deepti Raghavan
1
-0
/
+4
2018-07-12
net: sched: fix unprotected access to rcu cookie pointer
Vlad Buslov
1
-2
/
+7
2018-07-12
net: sched: act_ife: fix memory leak in ife init
Vlad Buslov
1
-1
/
+3
2018-07-12
net/ipv6: propagate net.ipv6.conf.all.addr_gen_mode to devices
Sabrina Dubroca
1
-0
/
+12
2018-07-12
net/ipv6: reserve room for IFLA_INET6_ADDR_GEN_MODE
Sabrina Dubroca
1
-1
/
+3
2018-07-12
net/ipv6: don't reinitialize ndev->cnf.addr_gen_mode on new inet6_dev
Sabrina Dubroca
1
-2
/
+0
2018-07-12
net/ipv6: fix addrconf_sysctl_addr_gen_mode
Sabrina Dubroca
1
-13
/
+14
2018-07-12
net/sched: flower: Fix null pointer dereference when run tc vlan command
Jianbo Liu
1
-22
/
+26
2018-07-12
bpf: fix panic due to oob in bpf_prog_test_run_skb
Daniel Borkmann
1
-3
/
+14
2018-07-11
bpf: fix availability probing for seg6 helpers
Mathieu Xhonneux
1
-15
/
+8
2018-07-11
sch_cake: Conditionally split GSO segments
Toke Høiland-Jørgensen
1
-26
/
+73
2018-07-11
sch_cake: Add overhead compensation support to the rate shaper
Toke Høiland-Jørgensen
1
-1
/
+123
[prev]
[next]