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
2020-01-14
net: sched: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2
-6
/
+2
2020-01-14
net: openvswitch: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
1
-7
/
+4
2020-01-14
net: xfrm: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2
-17
/
+7
2020-01-14
net: udp: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2
-4
/
+2
2020-01-14
netns: don't disable BHs when locking "nsid_lock"
Guillaume Nault
1
-11
/
+11
2020-01-14
netns: protect netns ID lookups with RCU
Guillaume Nault
1
-15
/
+7
2020-01-14
netns: Remove __peernet2id_alloc()
Guillaume Nault
1
-32
/
+23
2020-01-10
skb: add helpers to allocate ext independently from sk_buff
Paolo Abeni
1
-2
/
+33
2020-01-10
tcp: Check for filled TCP option space before SACK
Mat Martineau
1
-3
/
+7
2020-01-10
tcp: Export TCP functions and ops struct
Mat Martineau
3
-7
/
+7
2020-01-10
tcp: coalesce/collapse must respect MPTCP extensions
Mat Martineau
2
-4
/
+9
2020-01-10
mptcp: Add MPTCP to skb extensions
Mat Martineau
1
-0
/
+7
2020-01-10
tcp, ulp: Add clone operation to tcp_ulp_ops
Mat Martineau
1
-0
/
+14
2020-01-10
sock: Make sk_protocol a 16-bit value
Mat Martineau
1
-38
/
+22
2020-01-10
net: Make sock protocol value checks more specific
Mat Martineau
2
-2
/
+2
2020-01-10
flow_dissector: fix document for skb_flow_get_icmp_tci
Li RongQing
1
-1
/
+1
2020-01-10
net/ncsi: Support for multi host mellanox card
Vijay Khemka
2
-0
/
+89
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
21
-92
/
+157
2020-01-09
ethtool: potential NULL dereference in strset_prepare_data()
Dan Carpenter
1
-0
/
+1
2020-01-09
ethtool: fix ->reply_size() error handling
Dan Carpenter
1
-2
/
+4
2020-01-09
ethtool: fix a memory leak in ethnl_default_start()
Dan Carpenter
1
-3
/
+10
2020-01-09
net: dsa: Get information about stacked DSA protocol
Florian Fainelli
3
-5
/
+31
2020-01-09
tipc: fix wrong connect() return code
Tuong Lien
1
-2
/
+2
2020-01-09
tipc: fix link overflow issue at socket shutdown
Tuong Lien
1
-21
/
+32
2020-01-09
devlink: add devink notification when reporter update health state
Vikas Gupta
1
-17
/
+42
2020-01-09
devlink: add support for reporter recovery completion
Vikas Gupta
1
-2
/
+9
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
9
-39
/
+69
2020-01-09
socket: fix unused-function warning
Arnd Bergmann
1
-11
/
+12
2020-01-09
netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present
Florian Westphal
1
-1
/
+2
2020-01-09
netfilter: conntrack: dccp, sctp: handle null timeout argument
Florian Westphal
2
-0
/
+6
2020-01-09
hsr: fix dummy hsr_debugfs_rename() declaration
Arnd Bergmann
1
-1
/
+1
2020-01-09
net/ncsi: Send device address as source address
Vijay Khemka
1
-1
/
+9
2020-01-08
net: sch_prio: When ungrafting, replace with FIFO
Petr Machata
1
-2
/
+8
2020-01-08
pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM
Eric Dumazet
1
-2
/
+4
2020-01-08
tipc: remove meaningless assignment in Makefile
Masahiro Yamada
1
-2
/
+0
2020-01-08
tipc: do not add socket.o to tipc-y twice
Masahiro Yamada
1
-1
/
+1
2020-01-08
net/rose: remove redundant assignment to variable failed
Colin Ian King
1
-1
/
+0
2020-01-08
vlan: vlan_changelink() should propagate errors
Eric Dumazet
1
-3
/
+7
2020-01-08
vlan: fix memory leak in vlan_dev_set_egress_priority
Eric Dumazet
3
-5
/
+8
2020-01-07
sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLY
Xin Long
1
-10
/
+18
2020-01-07
tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit error
Ying Xue
1
-2
/
+2
2020-01-06
netfilter: flowtable: add nf_flowtable_time_stamp
Pablo Neira Ayuso
3
-10
/
+5
2020-01-06
net: dsa: Pass pcs_poll flag from driver to PHYLINK
Vladimir Oltean
1
-0
/
+1
2020-01-06
net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmit
Vladimir Oltean
1
-2
/
+1
2020-01-06
net: dsa: Make deferred_xmit private to sja1105
Vladimir Oltean
3
-39
/
+15
2020-01-06
net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue
Carl Huang
1
-1
/
+1
2020-01-05
netfilter: nf_tables: unbind callbacks from flowtable destroy path
Pablo Neira Ayuso
1
-2
/
+6
2020-01-05
netfilter: nf_flow_table_offload: fix the nat port mangle.
wenxu
1
-8
/
+16
2020-01-05
netfilter: nf_flow_table_offload: check the status of dst_neigh
wenxu
1
-2
/
+14
2020-01-05
netfilter: nf_flow_table_offload: fix incorrect ethernet dst address
wenxu
1
-2
/
+4
[next]