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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-19
rtnetlink: return EINVAL when request cannot succeed
Florent Fourcot
1
-1
/
+1
2022-04-19
rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellink
Florent Fourcot
1
-1
/
+1
2022-04-19
rtnetlink: enable alt_ifname for setlink/newlink
Florent Fourcot
1
-40
/
+29
2022-04-19
rtnetlink: return ENODEV when ifname does not exist and group is given
Florent Fourcot
1
-4
/
+14
2022-04-19
net: sched: support hash selecting tx queue
Tonghao Zhang
1
-2
/
+47
2022-04-19
net: sched: use queue_mapping to pick tx queue
Tonghao Zhang
2
-3
/
+34
2022-04-19
ipvs: correctly print the memory size of ip_vs_conn_tab
Pengcheng Yang
1
-1
/
+1
2022-04-19
net: dsa: hellcreek: Calculate checksums in tagger
Kurt Kanzenbach
1
-0
/
+8
2022-04-18
devlink: add port to line card relationship set
Jiri Pirko
1
-1
/
+25
2022-04-18
devlink: implement line card active state
Jiri Pirko
1
-0
/
+41
2022-04-18
devlink: implement line card provisioning
Jiri Pirko
1
-3
/
+319
2022-04-18
devlink: add support to create line card and expose to user
Jiri Pirko
1
-1
/
+269
2022-04-18
tcp: fix signed/unsigned comparison
Eric Dumazet
1
-2
/
+3
2022-04-17
batman-adv: Don't skb_split skbuffs with frag_list
Sven Eckelmann
1
-0
/
+11
2022-04-17
can: isotp: stop timeout monitoring when no first frame was sent
Oliver Hartkopp
1
-1
/
+9
2022-04-17
tcp: add drop reason support to tcp_ofo_queue()
Eric Dumazet
1
-7
/
+2
2022-04-17
tcp: add drop reasons to tcp_rcv_synsent_state_process()
Eric Dumazet
1
-6
/
+9
2022-04-17
tcp: make tcp_rcv_synsent_state_process() drop monitor friend
Eric Dumazet
1
-9
/
+8
2022-04-17
tcp: add drop reason support to tcp_prune_ofo_queue()
Eric Dumazet
1
-1
/
+2
2022-04-17
tcp: add two drop reasons for tcp_ack()
Eric Dumazet
1
-3
/
+4
2022-04-17
tcp: add drop reasons to tcp_rcv_state_process()
Eric Dumazet
1
-7
/
+17
2022-04-17
tcp: make tcp_rcv_state_process() drop monitor friendly
Eric Dumazet
1
-3
/
+7
2022-04-17
tcp: add drop reason support to tcp_validate_incoming()
Eric Dumazet
1
-1
/
+6
2022-04-17
tcp: get rid of rst_seq_match
Eric Dumazet
1
-8
/
+5
2022-04-17
tcp: consume incoming skb leading to a reset
Eric Dumazet
1
-12
/
+16
2022-04-17
net/ipv6: Introduce accept_unsolicited_na knob to implement router-side changes for RFC9131
Arun Ajith S
2
-1
/
+29
2022-04-15
ipv6: make ip6_rt_gc_expire an atomic_t
Eric Dumazet
1
-5
/
+6
2022-04-15
net: Handle l3mdev in ip_tunnel_init_flow
David Ahern
2
-6
/
+7
2022-04-15
l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_master_upper_dev_get_rcu
David Ahern
1
-1
/
+1
2022-04-15
net/sched: cls_u32: fix possible leak in u32_init_knode()
Eric Dumazet
1
-4
/
+4
2022-04-15
net/sched: cls_u32: fix netns refcount changes in u32_change()
Eric Dumazet
1
-6
/
+10
2022-04-15
ipv6: fix NULL deref in ip6_rcv_core()
Eric Dumazet
1
-1
/
+1
2022-04-15
net_sched: make qdisc_reset() smaller
Eric Dumazet
1
-10
/
+2
2022-04-15
xsk: Drop ternary operator from xskq_cons_has_entries
Maciej Fijalkowski
1
-1
/
+1
2022-04-15
xsk: Diversify return codes in xsk_rcv_check()
Maciej Fijalkowski
1
-1
/
+1
2022-04-15
xsk: Improve xdp_do_redirect() error codes
Björn Töpel
2
-2
/
+2
2022-04-15
net: ethtool: move checks before rtnl_lock() in ethnl_set_rings
Jie Wang
1
-18
/
+18
2022-04-15
net: ethtool: extend ringparam set/get APIs for tx_push
Jie Wang
2
-3
/
+17
2022-04-15
openvswitch: fix OOB access in reserve_sfa_size()
Paolo Valerio
1
-1
/
+1
2022-04-15
ip6_gre: Fix skb_under_panic in __gre6_xmit()
Peilin Ye
1
-3
/
+6
2022-04-15
ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()
Peilin Ye
1
-2
/
+3
2022-04-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
David S. Miller
3
-7
/
+7
2022-04-15
net/packet: fix packet_sock xmit return value checking
Hangbin Liu
1
-4
/
+9
2022-04-15
net/smc: Fix sock leak when release after smc_shutdown()
Tony Lu
1
-1
/
+3
2022-04-15
rxrpc: Restore removed timer deletion
David Howells
1
-0
/
+2
2022-04-15
net: page_pool: introduce ethtool stats
Lorenzo Bianconi
1
-1
/
+62
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
26
-73
/
+146
2022-04-14
Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
18
-39
/
+68
2022-04-14
rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS replies
Petr Machata
1
-0
/
+3
2022-04-13
nfc: nci: add flush_workqueue to prevent uaf
Lin Ma
1
-0
/
+4
[prev]
[next]