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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-20
ip_gre: remove CRC flag from dev features in gre_gso_segment
Xin Long
1
-11
/
+4
2021-01-20
udp: not remove the CRC flag from dev features when need_csum is false
Xin Long
1
-2
/
+2
2021-01-20
net/sched: cls_flower add CT_FLAGS_INVALID flag support
wenxu
4
-5
/
+15
2021-01-20
net: inline rollback_registered_many()
Jakub Kicinski
1
-14
/
+8
2021-01-20
net: move rollback_registered_many()
Jakub Kicinski
1
-93
/
+95
2021-01-20
net: inline rollback_registered()
Jakub Kicinski
1
-11
/
+6
2021-01-20
net: move net_set_todo inside rollback_registered()
Jakub Kicinski
1
-8
/
+3
2021-01-20
nexthop: Specialize rtm_nh_policy
Petr Machata
1
-14
/
+9
2021-01-20
nexthop: Use a dedicated policy for nh_valid_dump_req()
Petr Machata
1
-33
/
+27
2021-01-20
nexthop: Use a dedicated policy for nh_valid_get_del_req()
Petr Machata
1
-17
/
+9
2021-01-20
tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
Linus Torvalds
1
-1
/
+2
2021-01-20
bpf: Split cgroup_bpf_enabled per attach type
Stanislav Fomichev
4
-16
/
+16
2021-01-20
bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
Stanislav Fomichev
4
-0
/
+19
2021-01-20
net, xdp: Introduce xdp_build_skb_from_frame utility routine
Lorenzo Bianconi
1
-0
/
+15
2021-01-20
net, xdp: Introduce __xdp_build_skb_from_frame utility routine
Lorenzo Bianconi
1
-0
/
+44
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
24
-104
/
+136
2021-01-20
Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
23
-102
/
+134
2021-01-20
tcp: Fix potential use-after-free due to double kfree()
Kuniyuki Iwashima
1
-2
/
+2
2021-01-20
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-2
/
+2
2021-01-19
tcp: fix TCP socket rehash stats mis-accounting
Yuchung Cheng
2
-17
/
+10
2021-01-19
net: fix GSO for SG-enabled devices
Paolo Abeni
1
-2
/
+2
2021-01-19
tcp: do not mess with cloned skbs in tcp_add_backlog()
Eric Dumazet
1
-12
/
+13
2021-01-19
taprio: boolean values to a bool variable
Jiapeng Zhong
1
-3
/
+3
2021-01-19
net: nfc: nci: fix the wrong NCI_CORE_INIT parameters
Bongsu Jeon
1
-1
/
+1
2021-01-19
net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled
Tariq Toukan
1
-0
/
+5
2021-01-19
net: add inline function skb_csum_is_sctp
Xin Long
1
-1
/
+1
2021-01-19
netfilter: rpfilter: mask ecn bits before fib lookup
Guillaume Nault
1
-1
/
+1
2021-01-19
udp: mask TOS bits in udp_v4_early_demux()
Guillaume Nault
1
-1
/
+2
2021-01-19
xsk: Clear pool even for inactive queues
Maxim Mikityanskiy
1
-2
/
+2
2021-01-19
Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-2
/
+2
2021-01-19
net: core: devlink: use right genl user_ptr when handling port param get/set
Oleksandr Mazur
1
-2
/
+2
2021-01-18
net/tls: Except bond interface from some TLS checks
Tariq Toukan
2
-1
/
+3
2021-01-18
net/tls: Device offload to use lowest netdevice in chain
Tariq Toukan
1
-1
/
+1
2021-01-18
net: netdevice: Add operation ndo_sk_get_lower_dev
Tariq Toukan
1
-0
/
+33
2021-01-18
net_sched: fix RTNL deadlock again caused by request_module()
Cong Wang
2
-40
/
+75
2021-01-18
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
5
-7
/
+11
2021-01-18
ipv6: set multicast flag on the multicast route
Matteo Croce
1
-1
/
+1
2021-01-18
ipv6: create multicast route with RTPROT_KERNEL
Matteo Croce
1
-0
/
+1
2021-01-18
net: bridge: check vlan with eth_type_vlan() method
Menglong Dong
3
-12
/
+5
2021-01-18
Merge tag 'mac80211-for-net-2021-01-18.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
Jakub Kicinski
4
-38
/
+48
2021-01-16
sctp: remove the NETIF_F_SG flag before calling skb_segment
Xin Long
1
-1
/
+1
2021-01-16
net: move the hsize check to the else block in skb_segment
Xin Long
1
-5
/
+6
2021-01-16
skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
Alexander Lobakin
1
-1
/
+5
2021-01-16
netfilter: nft_dynset: dump expressions when set definition contains no expressions
Pablo Neira Ayuso
1
-13
/
+16
2021-01-16
netfilter: nft_dynset: add timeout extension to template
Pablo Neira Ayuso
1
-1
/
+3
2021-01-16
netfilter: nft_dynset: honor stateful expressions in set definition
Pablo Neira Ayuso
2
-3
/
+8
2021-01-15
tcp_cubic: use memset and offsetof init
Yejune Deng
1
-10
/
+1
2021-01-15
nfc: netlink: use &w->w in nfc_genl_rcv_nl_event
Geliang Tang
1
-2
/
+2
2021-01-15
net: dsa: add ops for devlink-sb
Vladimir Oltean
1
-1
/
+158
2021-01-15
net_sched: avoid shift-out-of-bounds in tcindex_set_parms()
Eric Dumazet
1
-2
/
+6
[prev]
[next]