index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-06
net/packet: Remove unused macro BLOCK_PRIV
Wang Hai
1
-1
/
+0
2020-09-05
NFC: digital: Remove two unused macroes
Wang Hai
1
-3
/
+0
2020-09-05
caif: Remove duplicate macro SRVL_CTRL_PKT_SIZE
Wang Hai
1
-1
/
+0
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
116
-482
/
+768
2020-09-04
net/packet: fix overflow in tpacket_rcv
Or Cohen
1
-1
/
+6
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
52
-343
/
+627
2020-09-03
net/smc: fix sock refcounting in case of termination
Ursula Braun
1
-7
/
+8
2020-09-03
net/smc: reset sndbuf_desc if freed
Ursula Braun
1
-0
/
+1
2020-09-03
net/smc: set rx_off for SMCR explicitly
Ursula Braun
1
-0
/
+2
2020-09-03
net/smc: fix toleration of fake add_link messages
Karsten Graul
1
-1
/
+14
2020-09-03
ip: expose inet sockopts through inet_diag
Wei Wang
1
-0
/
+17
2020-09-03
ethtool: fix error handling in ethtool_phys_id
Edward Cree
1
-15
/
+10
2020-09-03
l2tp: avoid duplicated code in l2tp_tunnel_closeall
Tom Parkin
1
-13
/
+1
2020-09-03
l2tp: make magic feather checks more useful
Tom Parkin
5
-20
/
+38
2020-09-03
l2tp: capture more tx errors in data plane stats
Tom Parkin
1
-34
/
+37
2020-09-03
l2tp: drop net argument from l2tp_tunnel_create
Tom Parkin
4
-4
/
+4
2020-09-03
l2tp: drop data_len argument from l2tp_xmit_core
Tom Parkin
1
-3
/
+2
2020-09-03
l2tp: remove header length param from l2tp_xmit_skb
Tom Parkin
4
-10
/
+9
2020-09-02
tipc: fix shutdown() of connectionless socket
Tetsuo Handa
1
-3
/
+6
2020-09-02
ipv6: Fix sysctl max for fib_multipath_hash_policy
Ido Schimmel
1
-1
/
+2
2020-09-01
net: openvswitch: fixes crash if nf_conncount_init() fails
Eelco Chaudron
1
-1
/
+7
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
24
-1169
/
+1451
2020-09-01
net/tls: Implement getsockopt SOL_TLS TLS_RX
Yutaro Hayakawa
1
-8
/
+17
2020-09-01
pktgen: fix error message with wrong function name
Leesoo Ahn
1
-1
/
+1
2020-09-01
net: openvswitch: remove unused keep_flows
Tonghao Zhang
2
-7
/
+0
2020-09-01
net: openvswitch: refactor flow free function
Tonghao Zhang
1
-11
/
+11
2020-09-01
net: openvswitch: improve the coding style
Tonghao Zhang
4
-41
/
+55
2020-08-31
net: ipv4: remove unused arg exact_dif in compute_score
Miaohe Lin
1
-4
/
+2
2020-08-31
net: ipv6: remove unused arg exact_dif in compute_score
Miaohe Lin
1
-4
/
+2
2020-08-31
tipc: Remove unused macro TIPC_NACK_INTV
YueHaibing
1
-5
/
+0
2020-08-31
tipc: Remove unused macro TIPC_FWD_MSG
YueHaibing
1
-1
/
+0
2020-08-31
mptcp: Remove unused macro MPTCP_SAME_STATE
YueHaibing
1
-2
/
+0
2020-08-31
net: clean up codestyle
Miaohe Lin
4
-9
/
+11
2020-08-31
net: Use helper macro IP_MAX_MTU in __ip_append_data()
Miaohe Lin
1
-1
/
+1
2020-08-31
openvswitch: using ip6_fragment in ipv6_stub
wenxu
1
-6
/
+1
2020-08-31
ipv6: add ipv6_fragment hook in ipv6_stub
wenxu
2
-0
/
+9
2020-08-31
xsk: Add shared umem support between devices
Magnus Karlsson
1
-7
/
+4
2020-08-31
xsk: Add shared umem support between queue ids
Magnus Karlsson
2
-16
/
+54
2020-08-31
xsk: Enable sharing of dma mappings
Magnus Karlsson
2
-42
/
+142
2020-08-31
xsk: Move addrs from buffer pool to umem
Magnus Karlsson
2
-19
/
+24
2020-08-31
xsk: Move xsk_tx_list and its lock to buffer pool
Magnus Karlsson
4
-37
/
+32
2020-08-31
xsk: Move queue_id, dev and need_wakeup to buffer pool
Magnus Karlsson
6
-71
/
+39
2020-08-31
xsk: Move fill and completion rings to buffer pool
Magnus Karlsson
4
-46
/
+49
2020-08-31
xsk: Create and free buffer pool independently from umem
Magnus Karlsson
6
-182
/
+225
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces
Magnus Karlsson
4
-32
/
+41
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
4
-26
/
+28
2020-08-31
netlink: policy: correct validation type check
Johannes Berg
1
-1
/
+2
2020-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
10
-59
/
+54
2020-08-30
tipc: fix using smp_processor_id() in preemptible
Tuong Lien
1
-3
/
+9
2020-08-29
netfilter: conntrack: do not auto-delete clash entries on reply
Florian Westphal
2
-17
/
+11
[next]