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
2017-12-05
tipc: fix memory leak in tipc_accept_from_sock()
Jon Maloy
1
-0
/
+1
2017-12-05
tipc: fix a null pointer deref on error path
Cong Wang
1
-1
/
+1
2017-12-05
net_sched: red: Avoid illegal values
Nogah Frankel
4
-0
/
+11
2017-12-05
flow_dissector: dissect tunnel info outside __skb_flow_dissect()
Simon Horman
2
-7
/
+6
2017-12-05
Revert "net: core: maybe return -EEXIST in __dev_alloc_name"
Johannes Berg
1
-1
/
+1
2017-12-05
Revert "tcp: must block bh in __inet_twsk_hashdance()"
Eric Dumazet
1
-3
/
+3
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
netfilter: Remove now-redundant smp_read_barrier_depends()
Paul E. McKenney
3
-18
/
+3
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-04
batman-adv: Deinline batadv_orig_hash_find, save 7339 bytes
Denys Vlasenko
2
-35
/
+34
2017-12-04
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2017-12-04
batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq
Sven Eckelmann
1
-2
/
+2
2017-12-04
netfilter: xt_bpf: add overflow checks
Jann Horn
1
-0
/
+6
2017-12-04
netfilter: nfnetlink_cthelper: Add missing permission checks
Kevin Cernekee
1
-0
/
+10
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
2017-12-03
rxrpc: Use correct netns source in rxrpc_release_sock()
David Howells
1
-2
/
+3
2017-12-02
net: dsa: support cross-chip FDB operations
Vivien Didelot
1
-10
/
+4
2017-12-02
net: dsa: add switch mdb bitmap functions
Vivien Didelot
1
-15
/
+33
2017-12-02
net: dsa: add switch vlan bitmap functions
Vivien Didelot
1
-15
/
+34
2017-12-02
net: dsa: remove trans argument from mdb ops
Vivien Didelot
1
-2
/
+2
2017-12-02
net: dsa: remove trans argument from vlan ops
Vivien Didelot
1
-2
/
+2
2017-12-02
openvswitch: do not propagate headroom updates to internal port
Paolo Abeni
1
-8
/
+1
2017-12-02
tipc: switch to sock_recvmsg()
Al Viro
1
-2
/
+2
2017-12-02
smc: switch to sock_recvmsg()
Al Viro
1
-8
/
+10
2017-12-02
ipvs: switch to sock_recvmsg()
Al Viro
1
-6
/
+3
2017-12-02
svc_recvfrom(): switch to sock_recvmsg()
Al Viro
1
-2
/
+2
2017-12-03
net: xdp: make the stack take care of the tear down
Jakub Kicinski
1
-7
/
+22
2017-12-03
net: xdp: avoid output parameters when querying XDP prog
Jakub Kicinski
2
-11
/
+19
2017-12-02
batman-adv: Fix kernel-doc for timer functions
Sven Eckelmann
1
-2
/
+2
2017-12-01
Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2
-0
/
+7
2017-12-01
ip6_gre: Add ERSPAN native tunnel support
William Tu
1
-4
/
+266
2017-12-01
ip6_gre: Refactor ip6gre xmit codes
William Tu
1
-48
/
+75
2017-12-01
ip_gre: Refector the erpsan tunnel code.
William Tu
1
-49
/
+5
2017-12-01
rds: tcp: atomically purge entries from rds_tcp_conn_list during netns delete
Sowmini Varadhan
2
-2
/
+8
2017-12-01
rds: tcp: correctly sequence cleanup on netns deletion.
Sowmini Varadhan
3
-6
/
+7
[prev]
[next]