Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
012ce4dd3102a0f4d80167de343e9d44b257c1b8
/
net
012ce4d
ethtool: Extend link modes settings uAPI with lanes
by Danielle Ratson
· 4 years ago
189e7a8
ethtool: Validate master slave configuration before rtnl_lock()
by Danielle Ratson
· 4 years ago
99b8202
net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignored
by Vladimir Oltean
· 4 years ago
bbd807d
net: indirect call helpers for ipv4/ipv6 dst_check functions
by Brian Vazquez
· 4 years ago
f67fbea
net: use indirect call helpers for dst_mtu
by Brian Vazquez
· 4 years ago
6585d7dc
net: use indirect call helpers for dst_output
by Brian Vazquez
· 4 years ago
e43b219
net: use indirect call helpers for dst_input
by Brian Vazquez
· 4 years ago
fca23f3
inet: do not export inet_gro_{receive|complete}
by Eric Dumazet
· 4 years ago
0256317
Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by Jakub Kicinski
· 4 years ago
2fbdd9e
mptcp: add the mibs for ADD_ADDR with port
by Geliang Tang
· 4 years ago
a77e917
mptcp: deal with MPTCP_PM_ADDR_ATTR_PORT in PM netlink
by Geliang Tang
· 4 years ago
60b57bf
mptcp: enable use_port when invoke addresses_equal
by Geliang Tang
· 4 years ago
5bc5638
mptcp: add port number check for MP_JOIN
by Geliang Tang
· 4 years ago
ec20e14
mptcp: add a new helper subflow_req_create_thmac
by Geliang Tang
· 4 years ago
b5e2e42
mptcp: drop unused skb in subflow_token_join_request
by Geliang Tang
· 4 years ago
1729cf1
mptcp: create the listening socket for new port
by Geliang Tang
· 4 years ago
b5a7acd
mptcp: send ack for every add_addr
by Geliang Tang
· 4 years ago
875b7671
mptcp: create subflow or signal addr for newly added address
by Geliang Tang
· 4 years ago
a914e58
mptcp: drop *_max fields in mptcp_pm_data
by Geliang Tang
· 4 years ago
72603d2
mptcp: use WRITE_ONCE for the pernet *_max
by Geliang Tang
· 4 years ago
907eea4
net: ipv6: Emit notification when fib hardware flags are changed
by Amit Cohen
· 4 years ago
680aea0
net: ipv4: Emit notification when fib hardware flags are changed
by Amit Cohen
· 4 years ago
1e7bdec
net: ipv4: Publish fib_nlmsg_size()
by Amit Cohen
· 4 years ago
0855478
net: ipv4: Pass fib_rt_info as const to fib_dump_info()
by Amit Cohen
· 4 years ago
097b914
net: fix up truesize of cloned skb in skb_prepare_for_shift()
by Marco Elver
· 4 years ago
ec99a47
mptcp: fix length of MP_PRIO suboption
by Davide Caratti
· 4 years ago
d1e1355
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 4 years ago
a992562
Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 4 years ago
6c9f18f
net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundary
by Andreas Oetken
· 4 years ago
a11148e
net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGS
by Sabyrzhan Tasbolatov
· 4 years ago
88c7a9f
net: lapb: Copy the skb before sending a packet
by Xie He
· 4 years ago
f418bad
Merge tag 'mac80211-for-net-2021-02-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by Jakub Kicinski
· 4 years ago
c3df39a
udp: ipv4: manipulate network header of NATed UDP GRO fraglist
by Dongseok Yi
· 4 years ago
28e104d
net: ip_tunnel: fix mtu calculation
by Vadim Fedorenko
· 4 years ago
c518ada
vsock: fix the race conditions in multi-transport support
by Alexander Popov
· 4 years ago
40c575d
cfg80211: fix netdev registration deadlock
by Johannes Berg
· 4 years ago
18fe0fa
mac80211: fix station rate table updates on assoc
by Felix Fietkau
· 4 years ago
c178fae
Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 4 years ago
eb4e8fa
neighbour: Prevent a dead entry from updating gc_list
by Chinmay Agarwal
· 4 years ago
5399d52
rxrpc: Fix deadlock around release of dst cached on udp tunnel
by David Howells
· 4 years ago
1e16f38
net: bridge: add warning comments to avoid extending sysfs
by Nikolay Aleksandrov
· 4 years ago
7d0888d
net: bridge: mcast: drop hosts limit sysfs support
by Nikolay Aleksandrov
· 4 years ago
7c83a7c
net: dsa: add a second tagger for Ocelot switches based on tag_8021q
by Vladimir Oltean
· 4 years ago
53da0eb
net: dsa: allow changing the tag protocol via the "tagging" device attribute
by Vladimir Oltean
· 4 years ago
357f203
net: dsa: keep a copy of the tagging protocol in the DSA switch tree
by Vladimir Oltean
· 4 years ago
886f8e2
net: dsa: document the existing switch tree notifiers and add a new one
by Vladimir Oltean
· 4 years ago
9c7caf2
net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLAN
by Vladimir Oltean
· 4 years ago
0d6cd68
net: proc: speedup /proc/net/netstat
by Eric Dumazet
· 4 years ago
df610cd
net: Remove redundant calls of sk_tx_queue_clear().
by Kuniyuki Iwashima
· 4 years ago
efa1a65
ip_gre: add csum offload support for gre header
by Xin Long
· 4 years ago
62fafcd
net: support ip generic csum processing in skb_csum_hwoffload_help
by Xin Long
· 4 years ago
a587459
net: atm: pppoatm: use new API for wakeup tasklet
by Emil Renner Berthing
· 4 years ago
a5b8863
net: atm: pppoatm: use tasklet_init to initialize wakeup tasklet
by Emil Renner Berthing
· 4 years ago
941eff5
net: flow_offload: Add original direction flag to ct_metadata
by Paul Blakey
· 4 years ago
8c85d18
net/sched: cls_flower: Add match on the ct_state reply flag
by Paul Blakey
· 4 years ago
8c22475
net: packet: make pkt_sk() inline
by Menglong Dong
· 4 years ago
0bccf8e
nexthop: Extract a helper for validation of get/del RTNL requests
by Petr Machata
· 4 years ago
e948217
nexthop: Add a callback parameter to rtm_dump_walk_nexthops()
by Petr Machata
· 4 years ago
cbee180
nexthop: Extract a helper for walking the next-hop tree
by Petr Machata
· 4 years ago
a6fbbaa
nexthop: Strongly-type context of rtm_dump_nexthop()
by Petr Machata
· 4 years ago
b9ebea1
nexthop: Extract a common helper for parsing dump attributes
by Petr Machata
· 4 years ago
56450ec
nexthop: Extract dump filtering parameters into a single structure
by Petr Machata
· 4 years ago
da23050
nexthop: Dispatch notifier init()/fini() by group type
by Petr Machata
· 4 years ago
09ad6be
nexthop: Use enum to encode notification type
by Ido Schimmel
· 4 years ago
720ccd9
nexthop: Assert the invariant that a NH group is of only one type
by Petr Machata
· 4 years ago
b9bae61
nexthop: Introduce to struct nh_grp_entry a per-type union
by Petr Machata
· 4 years ago
79bc55e
nexthop: Dispatch nexthop_select_path() by group type
by Petr Machata
· 4 years ago
5d1f0f0
nexthop: Rename nexthop_free_mpath
by David Ahern
· 4 years ago
2c3b445
net/af_iucv: build SG skbs for TRANS_HIPER sockets
by Julian Wiedmann
· 4 years ago
80bc97a
net/af_iucv: don't track individual TX skbs for TRANS_HIPER sockets
by Julian Wiedmann
· 4 years ago
ef6af7b
net/af_iucv: count packets in the xmit path
by Julian Wiedmann
· 4 years ago
c464444
net/af_iucv: don't lookup the socket on TX notification
by Julian Wiedmann
· 4 years ago
27e9c1d
net/af_iucv: remove WARN_ONCE on malformed RX packets
by Alexander Egorenkov
· 4 years ago
c358f95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 4 years ago
24a790da
Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by Jakub Kicinski
· 4 years ago
909b447
Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 4 years ago
b8323f7
rxrpc: Fix memory leak in rxrpc_lookup_local
by Takeshi Misawa
· 4 years ago
bbc20b7
net: reduce indentation level in sk_clone_lock()
by Eric Dumazet
· 4 years ago
776a39b
cfg80211: call cfg80211_destroy_ifaces() with wiphy lock held
by Johannes Berg
· 4 years ago
c88f952
wext: call cfg80211_set_encryption() with wiphy lock held
by Johannes Berg
· 4 years ago
bae1735
wext: call cfg80211_change_iface() with wiphy lock held
by Johannes Berg
· 4 years ago
0391a45
nl80211: call cfg80211_dev_rename() under RTNL
by Johannes Berg
· 4 years ago
e78ab16
devlink: Add DMAC filter generic packet trap
by Aya Levin
· 4 years ago
5998dd0
Merge tag 'mac80211-next-for-net-next-2021-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by Jakub Kicinski
· 4 years ago
df9d804
Merge tag 'linux-can-next-for-5.12-20210127' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
by Jakub Kicinski
· 4 years ago
2a9063b
tipc: remove duplicated code in tipc_msg_create
by Hoang Huu Le
· 4 years ago
0f764ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by Jakub Kicinski
· 4 years ago
2dba407
net: bridge: multicast: make tracked EHT hosts limit configurable
by Nikolay Aleksandrov
· 4 years ago
89268b0
net: bridge: multicast: add per-port EHT hosts limit
by Nikolay Aleksandrov
· 4 years ago
3f96d64
net: decnet: fix netdev refcount leaking on error path
by Vadim Fedorenko
· 4 years ago
864e898
net: remove redundant 'depends on NET'
by Masahiro Yamada
· 4 years ago
d32f834
net: l3mdev: use obj-$(CONFIG_NET_L3_MASTER_DEV) form in net/Makefile
by Masahiro Yamada
· 4 years ago
0cfd99b
net: switchdev: use obj-$(CONFIG_NET_SWITCHDEV) form in net/Makefile
by Masahiro Yamada
· 4 years ago
1e328ed
net: dcb: use obj-$(CONFIG_DCB) form in net/Makefile
by Masahiro Yamada
· 4 years ago
8b5f4eb
net: move CONFIG_NET guard to top Makefile
by Masahiro Yamada
· 4 years ago
6978342
net: sysctl: remove redundant #ifdef CONFIG_NET
by Masahiro Yamada
· 4 years ago
1f2f193
mptcp: pm nl: reduce variable scope
by Matthieu Baerts
· 4 years ago
7b9b0f7
mptcp: pm nl: support IPv4 mapped in v6 addresses
by Matthieu Baerts
· 4 years ago
50a13bc
mptcp: support MPJoin with IPv4 mapped in v6 sk
by Matthieu Baerts
· 4 years ago
275b1e8
pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()
by Di Zhu
· 4 years ago
Next »