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
2019-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
73
-514
/
+845
2019-11-01
net: fix installing orphaned programs
Jakub Kicinski
1
-1
/
+2
2019-11-01
net: cls_bpf: fix NULL deref on offload filter removal
Jakub Kicinski
1
-2
/
+6
2019-11-01
inet: stop leaking jiffies on the wire
Eric Dumazet
4
-5
/
+5
2019-10-31
tcp: increase tcp_max_syn_backlog max value
Eric Dumazet
1
-1
/
+1
2019-10-31
rxrpc: Fix handling of last subpacket of jumbo packet
David Howells
2
-5
/
+14
2019-10-31
Merge tag 'mac80211-for-net-2019-10-31' of git://git.kernel.org/pub/scm/linux...
David S. Miller
3
-2
/
+8
2019-10-30
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
5
-6
/
+6
2019-10-30
SUNRPC: Destroy the back channel when we destroy the host transport
Trond Myklebust
2
-1
/
+6
2019-10-30
SUNRPC: The RDMA back channel mustn't disappear while requests are outstanding
Trond Myklebust
1
-0
/
+2
2019-10-30
SUNRPC: The TCP back channel mustn't disappear while requests are outstanding
Trond Myklebust
1
-2
/
+3
2019-10-30
nl80211: fix validation of mesh path nexthop
Markus Theil
1
-1
/
+1
2019-10-30
nl80211: Disallow setting of HT for channel 14
Masashi Honma
2
-1
/
+7
2019-10-29
net: rtnetlink: fix a typo fbd -> fdb
Nikolay Aleksandrov
1
-1
/
+1
2019-10-29
net/smc: fix refcounting for non-blocking connect()
Ursula Braun
1
-2
/
+2
2019-10-29
erspan: fix the tun_info options_len check for erspan
Xin Long
2
-4
/
+4
2019-10-28
Merge tag 'batadv-net-for-davem-20191025' of git://git.open-mesh.org/linux-merge
David S. Miller
4
-17
/
+94
2019-10-28
udp: fix data-race in udp_set_dev_scratch()
Eric Dumazet
1
-4
/
+15
2019-10-28
net: add READ_ONCE() annotation in __skb_wait_for_more_packets()
Eric Dumazet
1
-1
/
+1
2019-10-28
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
4
-4
/
+4
2019-10-28
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
13
-21
/
+21
2019-10-28
udp: use skb_queue_empty_lockless()
Eric Dumazet
1
-3
/
+3
2019-10-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
8
-27
/
+76
2019-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-1
/
+12
2019-10-26
ipv4: fix route update on metric change.
Paolo Abeni
1
-1
/
+1
2019-10-26
net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
zhanglin
1
-1
/
+3
2019-10-26
Merge tag 'ipvs-fixes-for-v5.4' of https://git.kernel.org/pub/scm/linux/kerne...
Pablo Neira Ayuso
5
-25
/
+35
2019-10-25
netns: fix GFP flags in rtnl_net_notifyid()
Guillaume Nault
4
-25
/
+28
2019-10-25
net/smc: keep vlan_id for SMC-R in smc_listen_work()
Ursula Braun
1
-1
/
+1
2019-10-25
net/smc: fix closing of fallback SMC sockets
Ursula Braun
1
-0
/
+7
2019-10-25
net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware
Vincent Prince
1
-0
/
+2
2019-10-24
net: remove unnecessary variables and callback
Taehee Yoo
6
-34
/
+8
2019-10-24
net: core: add ignore flag to netdev_adjacent structure
Taehee Yoo
1
-21
/
+209
2019-10-24
net: core: add generic lockdep keys
Taehee Yoo
13
-242
/
+50
2019-10-24
net: core: limit nested device depth
Taehee Yoo
1
-45
/
+227
2019-10-24
keys: Fix memory leak in copy_net_ns
Takeshi Misawa
1
-0
/
+1
2019-10-24
netfilter: nft_payload: fix missing check for matching length in offloads
wenxu
1
-0
/
+38
2019-10-24
ipvs: move old_secure_tcp into struct netns_ipvs
Eric Dumazet
1
-8
/
+7
2019-10-24
ipvs: don't ignore errors in case refcounting ip_vs module fails
Davide Caratti
5
-17
/
+28
2019-10-23
xsk: Fix registration of Rx-only sockets
Magnus Karlsson
1
-0
/
+6
2019-10-23
net/flow_dissector: switch to siphash
Eric Dumazet
4
-38
/
+35
2019-10-23
netfilter: nf_tables_offload: restore basechain deletion
Pablo Neira Ayuso
1
-1
/
+1
2019-10-23
netfilter: nf_flow_table: set timeout before insertion into hashes
Pablo Neira Ayuso
1
-1
/
+2
2019-10-22
ipv6: include <net/addrconf.h> for missing declarations
Ben Dooks (Codethink)
1
-0
/
+1
2019-10-22
net: openvswitch: free vport unless register_netdevice() succeeds
Hillf Danton
1
-7
/
+4
2019-10-22
net: sched: taprio: fix -Wmissing-prototypes warnings
Yi Wang
1
-1
/
+1
2019-10-21
ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation
Eric Dumazet
2
-6
/
+7
2019-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
68
-362
/
+564
2019-10-19
net: dsa: fix switch tree list
Vivien Didelot
1
-1
/
+1
2019-10-19
net: netem: correct the parent's backlog when corrupted packet was dropped
Jakub Kicinski
1
-0
/
+2
[next]