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
2020-10-06
ethtool: trim policy tables
Jakub Kicinski
19
-229
/
+83
2020-10-06
ethtool: wire up set policies to ops
Jakub Kicinski
14
-104
/
+74
2020-10-06
ethtool: wire up get policies to ops
Jakub Kicinski
17
-107
/
+90
2020-10-06
ipv4: use dev_sw_netstats_rx_add()
Fabian Frederick
2
-15
/
+2
2020-10-06
net: openvswitch: use dev_sw_netstats_rx_add()
Fabian Frederick
1
-7
/
+1
2020-10-06
xfrm: use dev_sw_netstats_rx_add()
Fabian Frederick
1
-8
/
+1
2020-10-06
ipv6: use dev_sw_netstats_rx_add()
Fabian Frederick
1
-7
/
+1
2020-10-06
Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
David S. Miller
7
-288
/
+64
2020-10-06
ethtool: allow netdev driver to define phy tunables
Igor Russkikh
1
-13
/
+24
2020-10-06
net: always dump full packets with skb_dump
Vladimir Oltean
1
-5
/
+1
2020-10-06
tcp: fix receive window update in tcp_add_backlog()
Eric Dumazet
1
-3
/
+3
2020-10-06
mptcp: don't skip needed ack
Paolo Abeni
1
-2
/
+4
2020-10-06
mptcp: more DATA FIN fixes
Paolo Abeni
2
-6
/
+6
2020-10-06
net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()
Manivannan Sadhasivam
1
-12
/
+64
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
47
-183
/
+350
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
48
-197
/
+367
2020-10-05
rxrpc: Fix server keyring leak
David Howells
1
-1
/
+1
2020-10-05
rxrpc: The server keyring isn't network-namespaced
David Howells
1
-1
/
+1
2020-10-05
rxrpc: Fix accept on a connection that need securing
David Howells
6
-279
/
+47
2020-10-05
rxrpc: Fix some missing _bh annotations on locking conn->state_lock
David Howells
1
-3
/
+3
2020-10-05
rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()
David Howells
1
-2
/
+2
2020-10-05
rxrpc: Fix rxkad token xdr encoding
Marc Dionne
1
-2
/
+10
2020-10-05
xsk: Remove internal DMA headers
Björn Töpel
1
-3
/
+0
2020-10-05
net: dsa: propagate switchdev vlan_filtering prepare phase to drivers
Vladimir Oltean
2
-9
/
+17
2020-10-04
net: openvswitch: Constify static struct genl_small_ops
Rikard Falkeborn
2
-2
/
+2
2020-10-04
mptcp: Constify mptcp_pm_ops
Rikard Falkeborn
1
-1
/
+1
2020-10-04
net/core: check length before updating Ethertype in skb_mpls_{push,pop}
Guillaume Nault
1
-2
/
+2
2020-10-04
net_sched: check error pointer in tcf_dump_walker()
Cong Wang
1
-0
/
+2
2020-10-04
net: dsa: Add devlink port regions support to DSA
Andrew Lunn
1
-0
/
+14
2020-10-04
net: devlink: Add support for port regions
Andrew Lunn
1
-26
/
+224
2020-10-04
net: dsa: Register devlink ports before calling DSA driver setup()
Andrew Lunn
1
-53
/
+72
2020-10-04
net: dsa: Make use of devlink port flavour unused
Andrew Lunn
1
-0
/
+10
2020-10-04
net: devlink: Add unused port flavour
Andrew Lunn
1
-1
/
+3
2020-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
9
-56
/
+207
2020-10-04
netfilter: nf_tables: Implement fast bitwise expression
Phil Sutter
2
-6
/
+147
2020-10-04
netfilter: nf_tables: Enable fast nft_cmp for inverted matches
Phil Sutter
2
-8
/
+8
2020-10-04
netfilter: nfnetlink: place subsys mutexes in distinct lockdep classes
Florian Westphal
1
-1
/
+18
2020-10-04
netfilter: ipset: enable memory accounting for ipset allocations
Vasily Averin
1
-16
/
+1
2020-10-04
netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCK
YueHaibing
1
-2
/
+0
2020-10-03
mptcp: ADD_ADDRs with echo bit are smaller
Matthieu Baerts
3
-6
/
+8
2020-10-03
net/sched: act_mpls: Add action to push MPLS LSE before Ethernet header
Guillaume Nault
1
-0
/
+18
2020-10-03
net/sched: act_vlan: Add {POP,PUSH}_ETH actions
Guillaume Nault
3
-18
/
+117
2020-10-03
net/smc: use an array to check fields in system EID
Karsten Graul
1
-1
/
+1
2020-10-03
net/smc: send ISM devices with unique chid in CLC proposal
Karsten Graul
1
-1
/
+17
2020-10-03
tcp: account total lost packets properly
Yuchung Cheng
1
-0
/
+10
2020-10-03
net/iucv: fix indentation in __iucv_message_receive()
Julian Wiedmann
1
-5
/
+3
2020-10-03
net/af_iucv: right-size the uid variable in iucv_sock_bind()
Julian Wiedmann
1
-1
/
+1
2020-10-03
genetlink: allow dumping command-specific policy
Jakub Kicinski
1
-5
/
+36
2020-10-03
genetlink: properly support per-op policy dumping
Johannes Berg
1
-10
/
+92
2020-10-03
genetlink: factor skb preparation out of ctrl_dumppolicy()
Johannes Berg
1
-6
/
+19
[prev]
[next]