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-07-23
netfilter: nfnl_hook: fix unused variable warning
Arnd Bergmann
1
-0
/
+2
2021-07-23
netfilter: nft_nat: allow to specify layer 4 protocol NAT only
Pablo Neira Ayuso
1
-1
/
+3
2021-07-23
netfilter: conntrack: adjust stop timestamp to real expiry value
Florian Westphal
1
-1
/
+6
2021-07-23
netfilter: nft_last: avoid possible false sharing
Pablo Neira Ayuso
1
-7
/
+13
2021-07-23
netfilter: flowtable: avoid possible false sharing
Pablo Neira Ayuso
1
-1
/
+5
2021-07-23
cfg80211: Fix possible memory leak in function cfg80211_bss_update
Nguyen Dinh Phi
1
-4
/
+2
2021-07-23
nl80211: limit band information in non-split data
Johannes Berg
1
-1
/
+4
2021-07-23
mac80211: fix enabling 4-address mode on a sta vif after assoc
Felix Fietkau
3
-2
/
+23
2021-07-23
mac80211: fix starting aggregation sessions on mesh interfaces
Felix Fietkau
1
-25
/
+32
2021-07-23
mac80211: Do not strip skb headroom on monitor frames
Johan Almbladh
1
-1
/
+2
2021-07-22
6lowpan: iphc: Fix an off-by-one check of array index
Colin Ian King
1
-1
/
+2
2021-07-22
Bluetooth: sco: prevent information leak in sco_conn_defer_accept()
Dan Carpenter
1
-0
/
+5
2021-07-22
ipv6: fix "'ioam6_if_id_max' defined but not used" warn
Matthieu Baerts
1
-2
/
+1
2021-07-22
net: selftests: add MTU test
Oleksij Rempel
1
-0
/
+12
2021-07-22
net: sched: cls_api: Fix the the wrong parameter
Yajun Deng
1
-1
/
+1
2021-07-22
net: switchdev: fix FDB entries towards foreign ports not getting propagated to us
Vladimir Oltean
1
-72
/
+142
2021-07-22
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
8
-85
/
+118
2021-07-22
net: bridge: guard the switchdev replay helpers against a NULL notifier block
Vladimir Oltean
3
-0
/
+9
2021-07-22
net: bridge: switchdev: let drivers inform which bridge ports are offloaded
Vladimir Oltean
4
-34
/
+90
2021-07-22
net: bridge: switchdev: recycle unused hwdoms
Tobias Waldekranz
3
-39
/
+86
2021-07-22
net: bridge: disambiguate offload_fwd_mark
Tobias Waldekranz
3
-14
/
+25
2021-07-21
net: dsa: tag_ksz: dont let the hardware process the layer 4 checksum
Lino Sanfilippo
1
-0
/
+9
2021-07-21
net: dsa: ensure linearized SKBs in case of tail taggers
Lino Sanfilippo
1
-5
/
+9
2021-07-21
tcp: disable TFO blackhole logic by default
Wei Wang
2
-2
/
+9
2021-07-21
net: bridge: multicast: add context support for host-joined groups
Nikolay Aleksandrov
3
-6
/
+7
2021-07-21
net: bridge: multicast: add mdb context support
Nikolay Aleksandrov
1
-3
/
+40
2021-07-21
sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not set
Xin Long
1
-2
/
+2
2021-07-21
tcp: tweak len/truesize ratio for coalesce candidates
Eric Dumazet
1
-8
/
+30
2021-07-21
net: bridge: multicast: fix igmp/mld port context null pointer dereferences
Nikolay Aleksandrov
1
-5
/
+9
2021-07-21
tcp: avoid indirect call in tcp_new_space()
Eric Dumazet
1
-1
/
+1
2021-07-21
udp: check encap socket in __udp_lib_err
Vadim Fedorenko
2
-12
/
+38
2021-07-21
sctp: update active_key for asoc when old key is being replaced
Xin Long
1
-0
/
+2
2021-07-21
net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forward
Vadim Fedorenko
1
-20
/
+1
2021-07-21
net: ipv6: introduce ip6_dst_mtu_maybe_forward
Vadim Fedorenko
3
-21
/
+3
2021-07-21
ipv6: ioam: Support for IOAM injection with lwtunnels
Justin Iurman
5
-12
/
+320
2021-07-21
ipv6: ioam: IOAM Generic Netlink API
Justin Iurman
1
-2
/
+559
2021-07-21
ipv6: ioam: Data plane support for Pre-allocated Trace
Justin Iurman
6
-1
/
+461
2021-07-21
net: switchdev: recurse into __switchdev_handle_fdb_del_to_device
Vladimir Oltean
1
-4
/
+4
2021-07-21
net/xfrm/compat: Copy xfrm_spdattr_type_t atributes
Dmitry Safonov
1
-5
/
+44
2021-07-21
xfrm: Add possibility to set the default to block if we have no policy
Steffen Klassert
2
-0
/
+68
2021-07-20
ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptions
Paolo Abeni
1
-1
/
+1
2021-07-20
net: ipv4: add capability check for net administration
Yang Yang
1
-3
/
+7
2021-07-20
ipsec: Remove unneeded extra variable in esp4 esp_ssg_unref()
Corey Minyard
1
-3
/
+1
2021-07-20
net/sched: act_skbmod: Skip non-Ethernet packets
Peilin Ye
1
-4
/
+8
2021-07-20
net: dsa: use switchdev_handle_fdb_{add,del}_to_device
Vladimir Oltean
2
-105
/
+113
2021-07-20
net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICE
Vladimir Oltean
1
-0
/
+190
2021-07-20
net: switchdev: introduce helper for checking dynamically learned FDB entries
Vladimir Oltean
1
-1
/
+1
2021-07-20
net: dsa: tag_8021q: add proper cross-chip notifier support
Vladimir Oltean
4
-201
/
+247
2021-07-20
net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave time
Vladimir Oltean
3
-38
/
+126
2021-07-20
net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}register
Vladimir Oltean
1
-3
/
+8
[prev]
[next]