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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kern
David S. Miller
4
-5
/
+57
2021-02-11
net: initialize net->net_cookie at netns setup
Eric Dumazet
1
-3
/
+1
2021-02-11
net: dsa: add support for offloading HSR
George McCollister
1
-0
/
+13
2021-02-11
devlink: Fix dmac_filter trap name, align to its documentation
Aya Levin
1
-1
/
+1
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+0
2021-02-08
IPv6: Add "offload failed" indication to routes
Amit Cohen
1
-2
/
+3
2021-02-08
IPv4: Add "offload failed" indication to routes
Amit Cohen
1
-1
/
+2
2021-02-08
switchdev: mrp: Remove SWITCHDEV_ATTR_ID_MRP_PORT_STAT
Horatiu Vultur
1
-2
/
+0
2021-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
5
-15
/
+18
2021-02-04
netfilter: move handlers to net/ip_vs.h
Leon Romanovsky
1
-0
/
+11
2021-02-04
net/core: move gro function declarations to separate header
Leon Romanovsky
1
-0
/
+12
2021-02-04
ipv6: move udp declarations to net/udp.h
Leon Romanovsky
1
-0
/
+3
2021-02-04
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
2
-2
/
+2
2021-02-03
tcp: use a smaller percpu_counter batch size for sk_alloc
Wei Wang
1
-2
/
+6
2021-02-04
net, veth: Alloc skb in bulk for ndo_xdp_xmit
Lorenzo Bianconi
1
-0
/
+1
2021-02-03
net: indirect call helpers for ipv4/ipv6 dst_check functions
Brian Vazquez
1
-1
/
+6
2021-02-03
net: use indirect call helpers for dst_mtu
Brian Vazquez
1
-1
/
+3
2021-02-03
net: use indirect call helpers for dst_output
Brian Vazquez
1
-1
/
+7
2021-02-03
net: use indirect call helpers for dst_input
Brian Vazquez
1
-1
/
+5
2021-02-02
Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Jakub Kicinski
1
-1
/
+3
2021-02-02
net: ipv6: Emit notification when fib hardware flags are changed
Amit Cohen
2
-8
/
+3
2021-02-02
net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()
Amit Cohen
1
-2
/
+3
2021-02-02
net: ipv4: Emit notification when fib hardware flags are changed
Amit Cohen
1
-0
/
+2
2021-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+2
2021-02-01
udp: ipv4: manipulate network header of NATed UDP GRO fraglist
Dongseok Yi
1
-1
/
+1
2021-02-01
net: sched: replaced invalid qdisc tree flush helper in qdisc_replace
Alexander Ovechkin
1
-1
/
+1
2021-02-01
cfg80211: fix netdev registration deadlock
Johannes Berg
1
-1
/
+3
2021-02-01
Bluetooth: Skip eSCO 2M params when not supported
Yu Liu
1
-0
/
+1
2021-01-29
tcp: shrink inet_connection_sock icsk_mtup enabled and probe_size
Neal Cardwell
1
-3
/
+3
2021-01-29
net: dsa: add a second tagger for Ocelot switches based on tag_8021q
Vladimir Oltean
1
-0
/
+2
2021-01-29
net: dsa: allow changing the tag protocol via the "tagging" device attribute
Vladimir Oltean
1
-0
/
+9
2021-01-29
net: dsa: keep a copy of the tagging protocol in the DSA switch tree
Vladimir Oltean
1
-1
/
+6
2021-01-29
ip_gre: add csum offload support for gre header
Xin Long
1
-12
/
+7
2021-01-29
net: flow_offload: Add original direction flag to ct_metadata
Paul Blakey
1
-0
/
+1
2021-01-29
Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirk
Hans de Goede
1
-0
/
+8
2021-01-28
nexthop: Use enum to encode notification type
Ido Schimmel
1
-1
/
+6
2021-01-28
nexthop: Introduce to struct nh_grp_entry a per-type union
Petr Machata
1
-1
/
+6
2021-01-28
net/af_iucv: don't track individual TX skbs for TRANS_HIPER sockets
Julian Wiedmann
1
-1
/
+1
2021-01-28
net/af_iucv: count packets in the xmit path
Julian Wiedmann
1
-0
/
+1
2021-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-1
/
+6
2021-01-28
Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Jakub Kicinski
1
-0
/
+100
2021-01-27
devlink: Add DMAC filter generic packet trap
Aya Levin
1
-0
/
+3
2021-01-27
Merge tag 'mac80211-next-for-net-next-2021-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Jakub Kicinski
4
-93
/
+261
2021-01-27
bpf: Allow rewriting to ports under ip_unprivileged_port_start
Stanislav Fomichev
1
-0
/
+2
2021-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-0
/
+2
2021-01-27
netfilter: nftables: statify nft_parse_register()
Pablo Neira Ayuso
1
-1
/
+0
2021-01-27
netfilter: nftables: add nft_parse_register_store() and use it
Pablo Neira Ayuso
4
-9
/
+9
2021-01-27
netfilter: nftables: add nft_parse_register_load() and use it
Pablo Neira Ayuso
3
-5
/
+5
2021-01-26
net: allow user to set metric on default route learned via Router Advertisement
Praveen Chaudhary
1
-1
/
+2
2021-01-26
net: lapb: Add locking to the lapb module
Xie He
1
-0
/
+2
[prev]
[next]