index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-20
net/sched: cls_flower add CT_FLAGS_INVALID flag support
wenxu
1
-0
/
+1
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-6
/
+20
2021-01-19
tcp: fix TCP socket rehash stats mis-accounting
Yuchung Cheng
1
-5
/
+12
2021-01-18
net/bonding: Declare TLS RX device offload support
Tariq Toukan
1
-1
/
+1
2021-01-18
net/bonding: Implement TLS TX device offload
Tariq Toukan
1
-0
/
+2
2021-01-18
net/bonding: Implement ndo_sk_get_lower_dev
Tariq Toukan
1
-0
/
+2
2021-01-18
net_sched: fix RTNL deadlock again caused by request_module()
Cong Wang
1
-1
/
+4
2021-01-18
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
1
-0
/
+3
2021-01-15
net: dsa: add ops for devlink-sb
Vladimir Oltean
1
-0
/
+34
2021-01-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+19
2021-01-15
dsa: add support for Arrow XRS700x tag trailer
George McCollister
1
-0
/
+2
2021-01-14
net: dsa: Link aggregation support
Tobias Waldekranz
1
-0
/
+60
2021-01-14
cfg80211: fix a kerneldoc markup
Mauro Carvalho Chehab
1
-1
/
+1
2021-01-12
net: dsa: add optional stats64 support
Oleksij Rempel
1
-1
/
+3
2021-01-11
net: switchdev: delete the transaction object
Vladimir Oltean
1
-14
/
+0
2021-01-11
net: dsa: remove the transactional logic from VLAN objects
Vladimir Oltean
1
-3
/
+1
2021-01-11
net: dsa: remove the transactional logic from MDB entries
Vladimir Oltean
1
-3
/
+1
2021-01-11
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
2
-7
/
+3
2021-01-11
net: switchdev: remove the transaction structure from port object notifiers
Vladimir Oltean
1
-3
/
+0
2021-01-11
net: switchdev: remove vid_begin -> vid_end range from VLAN objects
Vladimir Oltean
1
-2
/
+1
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-0
/
+12
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-0
/
+7
2021-01-08
cfg80211/mac80211: fix kernel-doc for SAR APIs
Johannes Berg
2
-1
/
+5
2021-01-07
net: dsa: remove the DSA specific notifiers
Vladimir Oltean
1
-42
/
+0
2021-01-07
net: dsa: export dsa_slave_dev_check
Vladimir Oltean
1
-0
/
+6
2021-01-07
net: dsa: move the Broadcom tag information in a separate header file
Vladimir Oltean
1
-6
/
+0
2021-01-07
net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neighbors
Vladimir Oltean
1
-0
/
+5
2021-01-07
udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checks
Jakub Kicinski
1
-0
/
+8
2021-01-05
Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-5
/
+8
2020-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-4
/
+5
2020-12-28
net: sched: prevent invalid Scell_log shift count
Randy Dunlap
1
-1
/
+3
2020-12-21
Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux
Linus Torvalds
1
-0
/
+7
2020-12-18
xsk: Fix race in SKB mode transmit with shared cq
Magnus Karlsson
2
-4
/
+5
2020-12-16
Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
Linus Torvalds
2
-3
/
+13
2020-12-15
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
43
-678
/
+595
2020-12-14
inet_ecn: Use csum16_add() helper for IP_ECN_set_* helpers
Toke Høiland-Jørgensen
1
-8
/
+6
2020-12-14
net: Limit logical shift left of TCP probe0 timeout
Cambda Zhu
1
-1
/
+3
2020-12-14
tcp: parse mptcp options contained in reset packets
Florian Westphal
1
-1
/
+1
2020-12-14
Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-14
/
+0
2020-12-14
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-7
/
+4
2020-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
5
-45
/
+62
2020-12-12
inet: frags: batch fqdir destroy works
SeongJae Park
1
-0
/
+1
2020-12-12
netfilter: nftables: generalize set extension to support for several expressions
Pablo Neira Ayuso
1
-7
/
+27
2020-12-12
Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Jakub Kicinski
2
-18
/
+92
2020-12-12
netfilter: nftables: move nft_expr before nft_set
Pablo Neira Ayuso
1
-28
/
+26
2020-12-12
netfilter: nftables: generalize set expressions support
Pablo Neira Ayuso
1
-1
/
+4
2020-12-12
netfilter: ctnetlink: add timeout and protoinfo to destroy events
Florian Westphal
1
-1
/
+1
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+4
2020-12-11
mac80211: add ieee80211_set_sar_specs
Carl Huang
1
-0
/
+2
2020-12-11
nl80211: add common API to configure SAR power limitations
Carl Huang
1
-0
/
+52
[next]