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-02-15
net: bridge: vlan: check for errors from __vlan_del in __vlan_flush
Vladimir Oltean
1
-1
/
+8
2022-02-15
ipv4: add description about martian source
Zhang Yunkai
1
-0
/
+3
2022-02-14
tipc: fix wrong publisher node address in link publications
Jon Maloy
1
-1
/
+1
2022-02-14
ipv6: blackhole_netdev needs snmp6 counters
Ido Schimmel
1
-9
/
+9
2022-02-14
net: fix documentation for kernel_getsockname
Alex Maydanik
1
-2
/
+2
2022-02-14
net: dev: Make rps_lock() disable interrupts.
Sebastian Andrzej Siewior
1
-34
/
+42
2022-02-14
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
1
-38
/
+29
2022-02-14
net: dev: Remove preempt_disable() and get_cpu() in netif_rx_internal().
Sebastian Andrzej Siewior
1
-4
/
+1
2022-02-14
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
4
-28
/
+35
2022-02-14
net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN
Vladimir Oltean
2
-1
/
+1
2022-02-14
ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()
Ignat Korchagin
2
-3
/
+3
2022-02-14
ipv6: Add reasons for skb drops to __udp6_lib_rcv
David Ahern
1
-2
/
+9
2022-02-14
net/smc: Add comment for smc_tx_pending
Tony Lu
1
-1
/
+6
2022-02-14
Generate netlink notification when default IPv6 route preference changes
Kalash Nainwal
1
-1
/
+5
2022-02-14
net/sched: act_police: more accurate MTU policing
Davide Caratti
1
-1
/
+15
2022-02-13
netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency
Pablo Neira Ayuso
1
-0
/
+2
2022-02-13
tipc: fix a bit overflow in tipc_crypto_key_rcv()
Hangyu Hua
1
-1
/
+1
2022-02-11
Merge tag 'wireless-next-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
David S. Miller
16
-46
/
+234
2022-02-11
Merge tag 'wireless-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
David S. Miller
2
-21
/
+25
2022-02-11
bpf: Do not try bpf_msg_push_data with len 0
Felix Maurer
1
-0
/
+3
2022-02-11
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
2
-2
/
+4
2022-02-11
ipv4: add (struct uncached_list)->quarantine list
Eric Dumazet
1
-3
/
+9
2022-02-11
ipv6: add (struct uncached_list)->quarantine list
Eric Dumazet
1
-3
/
+14
2022-02-11
ipv6: give an IPv6 dev to blackhole_netdev
Eric Dumazet
2
-59
/
+40
2022-02-11
ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncache
Eric Dumazet
2
-5
/
+0
2022-02-11
drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit
Eric Dumazet
1
-2
/
+9
2022-02-11
ipv6: Reject routes configurations that specify dsfield (tos)
Guillaume Nault
1
-0
/
+6
2022-02-11
net: dsa: remove lockdep class for DSA slave address list
Vladimir Oltean
1
-12
/
+0
2022-02-11
net: dsa: remove lockdep class for DSA master address list
Vladimir Oltean
1
-4
/
+0
2022-02-11
net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_id
Vladimir Oltean
1
-41
/
+1
2022-02-11
net/smc: Add global configure for handshake limitation by netlink
D. Wythe
4
-0
/
+66
2022-02-11
net/smc: Dynamic control handshake limitation by socket options
D. Wythe
2
-1
/
+69
2022-02-11
net/smc: Limit SMC visits when handshake workqueue congested
D. Wythe
2
-1
/
+19
2022-02-11
net/smc: Limit backlog connections
D. Wythe
2
-1
/
+50
2022-02-11
net/smc: Make smc_tcp_listen_work() independent
D. Wythe
1
-2
/
+11
2022-02-11
net/smc: Avoid overwriting the copies of clcsock callback functions
Wen Gu
1
-3
/
+7
2022-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
28
-156
/
+411
2022-02-10
Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
19
-82
/
+144
2022-02-10
net/switchdev: use struct_size over open coded arithmetic
Minghao Chi (CGEL ZTE)
1
-1
/
+1
2022-02-10
netfilter: nft_synproxy: unregister hooks on init error path
Pablo Neira Ayuso
1
-1
/
+3
2022-02-10
ipv4: Reject again rules with high DSCP values
Guillaume Nault
1
-0
/
+5
2022-02-10
net: make net->dev_unreg_count atomic
Eric Dumazet
2
-8
/
+5
2022-02-10
net: mpls: Fix GCC 12 warning
Victor Erminpour
1
-1
/
+1
2022-02-10
skbuff: cleanup double word in comment
Tom Rix
1
-1
/
+1
2022-02-10
net: ping6: support setting socket options via cmsg
Jakub Kicinski
1
-4
/
+9
2022-02-10
net: ping6: support packet timestamping
Jakub Kicinski
1
-0
/
+1
2022-02-10
net: ping6: remove a pr_debug() statement
Jakub Kicinski
1
-2
/
+0
2022-02-10
net: mac802154: Set durations automatically
Miquel Raynal
2
-0
/
+47
2022-02-10
net: mac802154: Convert the symbol duration into nanoseconds
Miquel Raynal
1
-4
/
+4
2022-02-10
Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next
David S. Miller
1
-2
/
+2
[prev]
[next]