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-10-11
xdp: Trivial, fix spelling in function description
Anton Ivanov
1
-1
/
+1
2019-10-11
flow_dissector: Allow updating the flow dissector program atomically
Jakub Sitnicki
1
-3
/
+7
2019-10-07
bpf/flow_dissector: add mode to enforce global BPF flow dissector
Stanislav Fomichev
1
-4
/
+34
2019-10-01
ipv6: minor code reorg in inet6_fill_ifla6_attrs()
Nicolas Dichtel
1
-4
/
+3
2019-10-01
net: rtnetlink: add possibility to use alternative names as message handle
Jiri Pirko
1
-11
/
+18
2019-10-01
net: rtnetlink: introduce helper to get net_device instance by ifname
Jiri Pirko
1
-20
/
+25
2019-10-01
net: rtnetlink: unify the code in __rtnl_newlink get dev with the rest
Jiri Pirko
1
-6
/
+4
2019-10-01
net: rtnetlink: put alternative names to getlink message
Jiri Pirko
1
-0
/
+53
2019-10-01
net: rtnetlink: add linkprop commands to add and delete alternative ifnames
Jiri Pirko
2
-1
/
+160
2019-10-01
net: introduce name_node struct to be used in hashlist
Jiri Pirko
1
-18
/
+79
2019-10-01
net: procfs: use index hashlist instead of name hashlist
Jiri Pirko
1
-2
/
+2
2019-10-01
tcp: add ipv6_addr_v4mapped_loopback() helper
Eric Dumazet
1
-4
/
+2
2019-10-01
net: core: dev: replace state xoff flag comparison by netif_xmit_stopped method
Julio Faracco
1
-1
/
+1
2019-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
51
-299
/
+305
2019-09-27
Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
5
-30
/
+26
2019-09-27
Merge tag '9p-for-5.4' of git://github.com/martinetd/linux
Linus Torvalds
1
-0
/
+1
2019-09-27
tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state
Eric Dumazet
1
-2
/
+3
2019-09-27
sk_buff: drop all skb extensions on free and skb scrubbing
Florian Westphal
2
-3
/
+3
2019-09-27
tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidth
Kevin(Yudong) Yang
1
-4
/
+4
2019-09-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
4
-7
/
+42
2019-09-27
net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N
Paul Blakey
1
-1
/
+0
2019-09-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+0
2019-09-27
net: sched: sch_sfb: don't call qdisc_put() while holding tree lock
Vlad Buslov
1
-3
/
+4
2019-09-27
net: sched: multiq: don't call qdisc_put() while holding tree lock
Vlad Buslov
1
-7
/
+16
2019-09-27
net: sched: sch_htb: don't call qdisc_put() while holding tree lock
Vlad Buslov
1
-1
/
+3
2019-09-27
net/rds: Check laddr_check before calling it
Ka-Cheong Poon
1
-1
/
+4
2019-09-27
tcp: honor SO_PRIORITY in TIME_WAIT state
Eric Dumazet
4
-3
/
+9
2019-09-27
ipv6: tcp: provide sk->sk_priority to ctl packets
Eric Dumazet
1
-7
/
+9
2019-09-27
ipv6: add priority parameter to ip6_xmit()
Eric Dumazet
5
-8
/
+11
2019-09-27
sch_netem: fix rcu splat in netem_enqueue()
Eric Dumazet
1
-1
/
+1
2019-09-27
kcm: disable preemption in kcm_parse_func_strparser()
Eric Dumazet
1
-1
/
+5
2019-09-26
Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
12
-384
/
+388
2019-09-26
ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress rule
Jason A. Donenfeld
1
-1
/
+2
2019-09-26
openvswitch: change type of UPCALL_PID attribute to NLA_UNSPEC
Li RongQing
1
-1
/
+1
2019-09-26
net: print proper warning on dst underflow
Jason A. Donenfeld
1
-2
/
+2
2019-09-26
net/sched: cbs: Fix not adding cbs instance to list
Vinicius Costa Gomes
1
-17
/
+13
2019-09-26
net: Fix Kconfig indentation
Krzysztof Kozlowski
8
-94
/
+94
2019-09-25
Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
5
-44
/
+140
2019-09-25
sunrpc: clean up indentation issue
Colin Ian King
1
-2
/
+2
2019-09-25
netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush
Laura Garcia Liebana
2
-0
/
+35
2019-09-24
net/xdp: convert put_page() to put_user_page*()
John Hubbard
1
-8
/
+1
2019-09-24
mm: introduce page_size()
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-09-24
nfc: enforce CAP_NET_RAW for raw sockets
Ori Nimron
1
-2
/
+5
2019-09-24
ieee802154: enforce CAP_NET_RAW for raw sockets
Ori Nimron
1
-0
/
+3
2019-09-24
ax25: enforce CAP_NET_RAW for raw sockets
Ori Nimron
1
-0
/
+2
2019-09-24
appletalk: enforce CAP_NET_RAW for raw sockets
Ori Nimron
1
-0
/
+5
2019-09-24
net: sched: fix possible crash in tcf_action_destroy()
Eric Dumazet
1
-2
/
+4
2019-09-21
net_sched: add policy validation for action attributes
Cong Wang
1
-16
/
+18
2019-09-21
net_sched: add max len check for TCA_KIND
Cong Wang
1
-1
/
+2
2019-09-21
net: qrtr: Stop rx_worker before freeing node
Bjorn Andersson
1
-0
/
+1
[next]