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-01-25
cls_bpf: pass offload flags to tc_cls_common_offload_init()
Jakub Kicinski
1
-2
/
+3
2018-01-25
cls_bpf: remove gen_flags from bpf_offload
Jakub Kicinski
1
-2
/
+0
2018-01-25
net: sched: prepare for reimplementation of tc_cls_common_offload_init()
Jakub Kicinski
4
-11
/
+11
2018-01-25
net: sched: propagate extack to cls->destroy callbacks
Jakub Kicinski
12
-18
/
+22
2018-01-24
pktgen: Clean read user supplied flag mess
Dmitry Safonov
1
-105
/
+39
2018-01-24
pktgen: Remove brute-force printing of flags
Dmitry Safonov
1
-58
/
+19
2018-01-24
pktgen: Add behaviour flags macro to generate flags/names
Dmitry Safonov
1
-23
/
+34
2018-01-24
pktgen: Add missing !flag parameters
Dmitry Safonov
1
-1
/
+7
2018-01-24
net/smc: continue waiting if peer signals write_shutdown
Ursula Braun
1
-2
/
+2
2018-01-24
net/smc: improve state change handling after close wait
Ursula Braun
1
-14
/
+26
2018-01-24
net/smc: make wait for work request uninterruptible
Ursula Braun
1
-7
/
+6
2018-01-24
net/smc: get rid of tx_pend waits in socket closing
Ursula Braun
5
-57
/
+0
2018-01-24
net/smc: simplify function smc_clcsock_accept()
Ursula Braun
1
-9
/
+2
2018-01-24
net/smc: use local struct sock variables consistently
Ursula Braun
2
-34
/
+37
2018-01-24
net/sched: act_csum: don't use spinlock in the fast path
Davide Caratti
1
-13
/
+45
2018-01-24
net/sched: act_csum: use per-core statistics
Davide Caratti
1
-6
/
+4
2018-01-24
net: link_watch: mark bonding link events urgent
Roopa Prabhu
1
-1
/
+1
2018-01-24
net: dsa: Support internal phy on 'cpu' port
Sebastian Reichel
4
-32
/
+86
2018-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-10
/
+45
2018-01-23
sctp: reset ret in again path in sctp_for_each_transport
Xin Long
1
-1
/
+2
2018-01-23
net: core: Fix kernel-doc for netdev_upper_link()
Florian Fainelli
1
-0
/
+2
2018-01-23
net: core: Fix kernel-doc for call_netdevice_notifiers_info()
Florian Fainelli
1
-1
/
+0
2018-01-23
net: sched: add extack support for offload via tc_cls_common_offload
Quentin Monnet
4
-11
/
+11
2018-01-23
net: sched: cls_bpf: plumb extack support in filter for hardware offload
Quentin Monnet
1
-6
/
+8
2018-01-23
net: sched: cls_u32: propagate extack support for filter offload
Quentin Monnet
1
-5
/
+5
2018-01-23
net: sched: cls_matchall: propagate extack support for filter offload
Quentin Monnet
1
-2
/
+4
2018-01-23
net: sched: cls_flower: propagate extack support for filter offload
Quentin Monnet
1
-2
/
+4
2018-01-23
tls: Correct length of scatterlist in tls_sw_sendpage
Dave Watson
1
-0
/
+2
2018-01-23
net: igmp: fix source address check for IGMPv3 reports
Felix Fietkau
1
-1
/
+1
2018-01-23
bridge: return boolean instead of integer in br_multicast_is_router
Gustavo A. R. Silva
1
-1
/
+1
2018-01-23
gso: validate gso_type in GSO handlers
Willem de Bruijn
7
-0
/
+21
2018-01-23
net: qdisc_pkt_len_init() should be more robust
Eric Dumazet
1
-4
/
+15
2018-01-22
rds: tcp: compute m_ack_seq as offset from ->write_seq
Sowmini Varadhan
3
-5
/
+6
2018-01-22
net: core: Expose number of link up/down transitions
David Decotigny
3
-5
/
+37
2018-01-22
Merge tag 'mac80211-next-for-davem-2018-01-22' of git://git.kernel.org/pub/sc...
David S. Miller
1
-2
/
+2
2018-01-22
devlink: fix memory leak on 'resource'
Colin Ian King
1
-0
/
+1
2018-01-22
debugfs_sta: Remove unneeded semicolons
Christopher Díaz Riveros
1
-2
/
+2
2018-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
56
-2185
/
+1157
2018-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-18
/
+58
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-46
/
+66
2018-01-20
bpf: move event_output to const_size_or_zero for xdp/skb as well
Daniel Borkmann
1
-2
/
+2
2018-01-20
bpf: restrict access to core bpf sysctls
Daniel Borkmann
1
-3
/
+43
2018-01-20
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
2
-15
/
+12
2018-01-20
bpf: add csum_diff helper to xdp as well
Daniel Borkmann
1
-0
/
+2
2018-01-19
net: sched: cls_u32: add extack support
Alexander Aring
1
-14
/
+44
2018-01-19
net: sched: cls: add extack support for tcf_change_indev
Alexander Aring
3
-5
/
+6
2018-01-19
net: sched: cls: add extack support for delete callback
Alexander Aring
12
-13
/
+24
2018-01-19
net: sched: cls: add extack support for tcf_exts_validate
Alexander Aring
12
-31
/
+48
2018-01-19
net: sched: cls: add extack support for change callback
Alexander Aring
12
-12
/
+18
2018-01-19
net: sched: cls_api: handle generic cls errors
Alexander Aring
1
-11
/
+41
[next]