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
2017-12-08
rtnetlink: allow GSO maximums to be set on device creation
Stephen Hemminger
1
-0
/
+34
2017-12-08
net: sched: fix use-after-free in tcf_block_put_ext
Jiri Pirko
1
-6
/
+7
2017-12-08
net: sched: pfifo_fast use skb_array
John Fastabend
2
-53
/
+92
2017-12-08
net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprio
John Fastabend
2
-35
/
+69
2017-12-08
net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mq
John Fastabend
2
-11
/
+23
2017-12-08
net: sched: helpers to sum qlen and qlen for per cpu logic
John Fastabend
1
-1
/
+2
2017-12-08
net: sched: check for frozen queue before skb_bad_txq check
John Fastabend
1
-4
/
+7
2017-12-08
net: sched: use skb list for skb_bad_tx
John Fastabend
1
-20
/
+86
2017-12-08
net: sched: drop qdisc_reset from dev_graft_qdisc
John Fastabend
1
-9
/
+19
2017-12-08
net: sched: explicit locking in gso_cpu fallback
John Fastabend
1
-13
/
+72
2017-12-08
net: sched: a dflt qdisc may be used with per cpu stats
John Fastabend
1
-0
/
+16
2017-12-08
net: sched: remove remaining uses for qdisc_qlen in xmit path
John Fastabend
1
-15
/
+13
2017-12-08
net: sched: allow qdiscs to handle locking
John Fastabend
2
-14
/
+42
2017-12-08
net: sched: cleanup qdisc_run and __qdisc_run semantics
John Fastabend
2
-4
/
+3
2017-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+38
2017-12-07
smc: support variable CLC proposal messages
Ursula Braun
3
-24
/
+107
2017-12-07
smc: no consumer update in tasklet context
Ursula Braun
2
-16
/
+5
2017-12-07
smc: cleanup close checking during data receival
Ursula Braun
1
-4
/
+1
2017-12-07
smc: no update for unused sk_write_pending
Ursula Braun
1
-2
/
+0
2017-12-07
smc: improve smc_clc_send_decline() error handling
Ursula Braun
2
-7
/
+4
2017-12-07
smc: make smc_close_active_abort() static
Ursula Braun
2
-2
/
+1
2017-12-07
net: dsa: Allow compiling out legacy support
Florian Fainelli
5
-21
/
+40
2017-12-06
rds: debug: fix null check on static array
Prashant Bhole
1
-2
/
+2
2017-12-06
act_mirred: get rid of mirred_list_lock spinlock
Cong Wang
1
-9
/
+1
2017-12-06
act_mirred: get rid of tcfm_ifindex from struct tcf_mirred
Cong Wang
2
-8
/
+4
2017-12-06
ip6_gre: add ip6 erspan collect_md mode
William Tu
1
-25
/
+85
2017-12-05
net_sched: remove unused parameter from act cleanup ops
Cong Wang
11
-15
/
+15
2017-12-05
net: dsa: assign a CPU port to DSA port
Vivien Didelot
1
-1
/
+1
2017-12-05
net: sched: sch_api: rearrange init handling
Alexander Aring
1
-41
/
+47
2017-12-05
net: sched: sch_api: fix code style issues
Alexander Aring
1
-5
/
+6
2017-12-05
net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
Cong Wang
1
-21
/
+9
2017-12-05
flow_dissector: dissect tunnel info outside __skb_flow_dissect()
Simon Horman
2
-7
/
+6
2017-12-05
rtnetlink: fix rtnl_link msghandler rcu annotations
Florian Westphal
1
-2
/
+3
2017-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
17
-74
/
+131
2017-12-05
bpf: Add access to snd_cwnd and others in sock_ops
Lawrence Brakmo
1
-0
/
+36
2017-12-04
bpf: move bpf csum flag check
William Tu
1
-3
/
+2
2017-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
15
-74
/
+124
2017-12-04
rtnetlink: ipv6: convert remaining users to rtnl_register_module
Florian Westphal
4
-12
/
+26
2017-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-18
/
+41
2017-12-04
rtnetlink: remove __rtnl_register
Florian Westphal
5
-53
/
+61
2017-12-04
net: use rtnl_register_module where needed
Florian Westphal
8
-32
/
+55
2017-12-04
rtnetlink: get reference on module before invoking handlers
Florian Westphal
1
-35
/
+78
2017-12-04
net: rtnetlink: use rcu to free rtnl message handlers
Florian Westphal
1
-53
/
+101
2017-12-04
bpf: allow disabling tunnel csum for ipv6
William Tu
1
-2
/
+3
2017-12-04
ip6_gre: add ip6 gre and gretap collect_md mode
William Tu
2
-11
/
+99
2017-12-03
tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()
Eric Dumazet
2
-23
/
+46
2017-12-03
tcp: Enable 2nd listener hashtable in TCP
Martin KaFai Lau
1
-0
/
+3
2017-12-03
inet: Add a 2nd listener hashtable (port+addr)
Martin KaFai Lau
2
-9
/
+225
2017-12-03
udp: Move udp[46]_portaddr_hash() to net/ip[v6].h
Martin KaFai Lau
2
-38
/
+16
2017-12-03
inet: Add a count to struct inet_listen_hashbucket
Martin KaFai Lau
1
-2
/
+9
[next]