index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macvlan.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-12
net: ipa: fix u32_replace_bits by u32p_xxx version
Vadym Kochan
1
-2
/
+2
2020-09-12
hinic: fix rewaking txq after netif_tx_disable
Luo bin
2
-16
/
+28
2020-09-12
taprio: Fix allowing too small intervals
Vinicius Costa Gomes
1
-11
/
+17
2020-09-11
enetc: Fix mdio bus removal on PF probe bailout
Claudiu Manoil
1
-1
/
+1
2020-09-11
net: dec: de2104x: Increase receive ring size for Tulip
Lucy Yan
1
-1
/
+1
2020-09-11
netlink: fix doc about nlmsg_parse/nla_validate
Nicolas Dichtel
1
-2
/
+0
2020-09-11
net: DCB: Validate DCB_ATTR_DCB_BUFFER argument
Petr Machata
1
-0
/
+8
2020-09-11
selftests: rtnetlink: Test bridge enslavement with different parent IDs
Ido Schimmel
1
-0
/
+47
2020-09-11
net: Fix bridge enslavement failure
Ido Schimmel
1
-1
/
+1
2020-09-11
net: mvneta: fix possible use-after-free in mvneta_xdp_put_buff
Lorenzo Bianconi
1
-2
/
+2
2020-09-10
s390/qeth: delay draining the TX buffers
Julian Wiedmann
2
-2
/
+2
2020-09-10
net: Fix broken NETIF_F_CSUM_MASK spell in netdev_features.h
Miaohe Lin
1
-1
/
+1
2020-09-10
net: Correct the comment of dst_dev_put()
Miaohe Lin
1
-1
/
+1
2020-09-10
hdlc_ppp: add range checks in ppp_cp_parse_cr()
Dan Carpenter
1
-5
/
+11
2020-09-10
net: phy: call phy_disable_interrupts() in phy_attach_direct() instead
Yoshihiro Shimoda
1
-4
/
+4
2020-09-10
hv_netvsc: Cache the current data path to avoid duplicate call and message
Dexuan Cui
2
-1
/
+23
2020-09-10
hv_netvsc: Switch the data path at the right time during hibernation
Dexuan Cui
1
-10
/
+1
2020-09-10
net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc
Yunsheng Lin
1
-15
/
+33
2020-09-10
net: dsa: microchip: look for phy-mode in port nodes
Helmut Grohne
5
-18
/
+47
2020-09-10
mptcp: fix kmalloc flag in mptcp_pm_nl_get_local_id
Geliang Tang
1
-1
/
+1
2020-09-10
mptcp: fix subflow's remote_id issues
Geliang Tang
2
-3
/
+6
2020-09-10
mptcp: fix subflow's local_id issues
Geliang Tang
1
-1
/
+14
2020-09-10
tipc: fix shutdown() of connection oriented socket
Tetsuo Handa
1
-4
/
+1
2020-09-10
connector: Move maintainence under networking drivers umbrella.
David S. Miller
1
-6
/
+1
2020-09-10
igc: Fix not considering the TX delay for timestamps
Vinicius Costa Gomes
1
-0
/
+19
2020-09-10
igc: Fix wrong timestamp latency numbers
Vinicius Costa Gomes
1
-12
/
+8
2020-09-10
i40e: always propagate error value in i40e_set_vsi_promisc()
Stefan Assmann
1
-1
/
+11
2020-09-10
i40e: fix return of uninitialized aq_ret in i40e_set_vsi_promisc
Stefan Assmann
1
-5
/
+5
2020-09-09
net: qed: RDMA personality shouldn't fail VF load
Dmitry Bogdanov
1
-0
/
+1
2020-09-09
net: qede: Disable aRFS for NPAR and 100G
Dmitry Bogdanov
2
-6
/
+8
2020-09-09
net: qed: Disable aRFS for NPAR and 100G
Dmitry Bogdanov
4
-1
/
+16
2020-09-09
wireguard: peerlookup: take lock before checking hash in replace operation
Jason A. Donenfeld
1
-3
/
+8
2020-09-09
wireguard: noise: take lock when removing handshake entry from table
Jason A. Donenfeld
1
-4
/
+1
2020-09-09
hsr: avoid newline at end of message in NL_SET_ERR_MSG_MOD
Ye Bin
1
-3
/
+3
2020-09-09
net: add __must_check to skb_put_padto()
Eric Dumazet
1
-3
/
+4
2020-09-09
net: qrtr: check skb_put_padto() return value
Eric Dumazet
1
-10
/
+11
2020-09-09
ip: fix tos reflection in ack and reset packets
Wei Wang
1
-1
/
+2
2020-09-09
MAINTAINERS: remove John Allen from ibmvnic
Jakub Kicinski
1
-1
/
+0
2020-09-09
fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=m
Brian Vazquez
1
-1
/
+1
2020-09-09
ipv6: avoid lockdep issue in fib6_del()
Eric Dumazet
1
-4
/
+9
2020-09-09
net: dsa: link interfaces with the DSA master to get rid of lockdep warnings
Vladimir Oltean
1
-2
/
+16
2020-09-08
mac802154: tx: fix use-after-free
Eric Dumazet
1
-3
/
+5
2020-09-08
netfilter: nft_meta: use socket user_ns to retrieve skuid and skgid
Pablo Neira Ayuso
1
-2
/
+2
2020-09-08
netfilter: conntrack: nf_conncount_init is failing with IPv6 disabled
Eelco Chaudron
1
-0
/
+2
2020-09-08
netfilter: ctnetlink: fix mark based dump filtering regression
Martin Willi
1
-16
/
+3
2020-09-08
netfilter: nf_tables: coalesce multiple notifications into one skbuff
Pablo Neira Ayuso
2
-13
/
+58
2020-09-08
netfilter: ctnetlink: add a range check for l3/l4 protonum
Will McVicker
1
-1
/
+2
2020-09-08
hv_netvsc: Fix hibernation for mlx5 VF driver
Dexuan Cui
1
-5
/
+11
2020-09-07
Revert "netns: don't disable BHs when locking "nsid_lock""
Taehee Yoo
1
-11
/
+11
2020-09-07
ibmvnic: add missing parenthesis in do_reset()
Jakub Kicinski
1
-2
/
+4
[next]