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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-07
net: introduce lockdep_is_held and update various places to use it
Hannes Frederic Sowa
1
-2
/
+10
2016-04-07
sock: fix lockdep annotation in release_sock
Hannes Frederic Sowa
1
-1
/
+6
2016-04-06
vxlan: implement GPE
Jiri Benc
1
-0
/
+68
2016-04-06
ip_tunnel: implement __iptunnel_pull_header
Jiri Benc
1
-2
/
+9
2016-04-05
udp: enable MSG_PEEK at non-zero offset
samanthakumar
1
-0
/
+2
2016-04-05
udp: remove headers from UDP packets before queueing
samanthakumar
2
-0
/
+10
2016-04-05
sock: convert sk_peek_offset functions to WRITE_ONCE
Willem de Bruijn
1
-11
/
+13
2016-04-04
tcp: increment sk_drops for listeners
Eric Dumazet
1
-0
/
+13
2016-04-04
tcp: increment sk_drops for dropped rx packets
Eric Dumazet
1
-0
/
+7
2016-04-04
tcp/dccp: do not touch listener sk_refcnt under synflood
Eric Dumazet
2
-20
/
+32
2016-04-04
inet: reqsk_alloc() needs to take care of dead listeners
Eric Dumazet
1
-16
/
+15
2016-04-04
tcp/dccp: remove BH disable/enable in lookup
Eric Dumazet
1
-6
/
+1
2016-04-04
udp: no longer use SLAB_DESTROY_BY_RCU
Eric Dumazet
2
-7
/
+7
2016-04-04
net: add SOCK_RCU_FREE socket flag
Eric Dumazet
1
-0
/
+2
2016-04-04
sock: enable timestamping using control messages
Soheil Hassas Yeganeh
2
-6
/
+10
2016-04-04
ipv6: process socket-level control messages in IPv6
Soheil Hassas Yeganeh
1
-1
/
+2
2016-04-04
ipv4: process socket-level control messages in IPv4
Soheil Hassas Yeganeh
1
-1
/
+2
2016-04-04
sock: accept SO_TIMESTAMPING flags in socket cmsg
Soheil Hassas Yeganeh
1
-0
/
+1
2016-04-04
tcp: use one bit in TCP_SKB_CB to mark ACK timestamps
Soheil Hassas Yeganeh
1
-1
/
+2
2016-04-04
sock: break up sock_cmsg_snd into __sock_cmsg_snd and loop
Willem de Bruijn
1
-0
/
+2
2016-04-02
tcp: remove cwnd moderation after recovery
Yuchung Cheng
1
-11
/
+0
2016-03-23
net: ping: make ping_v6_sendmsg static
Haishuang Yan
1
-1
/
+0
2016-03-22
ipv6: remove unused in6_addr struct
Luis de Bethencourt
1
-1
/
+0
2016-03-21
vxlan: fix sparse warnings
Jiri Benc
1
-8
/
+8
2016-03-20
tunnels: Remove encapsulation offloads on decap.
Jesse Gross
1
-0
/
+16
2016-03-20
sctp: keep fragmentation point aligned to word size
Marcelo Ricardo Leitner
1
-1
/
+1
2016-03-20
sctp: align MTU to a word
Marcelo Ricardo Leitner
1
-3
/
+5
2016-03-20
ipv6, trace: fix tos reporting on fib6_table_lookup
Daniel Borkmann
1
-1
/
+1
2016-03-20
vxlan: fix populating tclass in vxlan6_get_route
Daniel Borkmann
1
-0
/
+6
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
52
-235
/
+1329
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
51
-225
/
+1323
2016-03-18
bonding: fix bond_get_stats()
Eric Dumazet
1
-0
/
+1
2016-03-18
ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it
Daniel Borkmann
1
-0
/
+7
2016-03-18
bpf, dst: add and use dst_tclassid helper
Daniel Borkmann
1
-0
/
+12
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-10
/
+6
2016-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-0
/
+17
2016-03-14
net: dsa: make port_bridge_leave return void
Vivien Didelot
1
-1
/
+1
2016-03-14
net: dsa: rename port_*_bridge routines
Vivien Didelot
1
-2
/
+2
2016-03-14
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2
-5
/
+6
2016-03-14
tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In
Martin KaFai Lau
1
-0
/
+10
2016-03-14
net: add a hardware buffer management helper API
Gregory CLEMENT
1
-0
/
+28
2016-03-13
ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short
Alexander Duyck
1
-2
/
+1
2016-03-13
sctp: allow sctp_transmit_packet and others to use gfp
Marcelo Ricardo Leitner
2
-6
/
+6
2016-03-13
csum: Update csum_block_add to use rotate instead of byteswap
Alexander Duyck
1
-6
/
+6
2016-03-11
vxlan: support setting IPv6 flow label
Daniel Borkmann
1
-0
/
+1
2016-03-11
ip_tunnel: add support for setting flow label via collect metadata
Daniel Borkmann
3
-4
/
+9
2016-03-11
net/flower: Fix pointer cast
Amir Vadai
1
-1
/
+1
2016-03-11
Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kerne...
Pablo Neira Ayuso
1
-0
/
+17
2016-03-10
net/act_skbedit: Utility functions for mark action
Amir Vadai
1
-0
/
+16
2016-03-10
net/sched: Macro instead of CONFIG_NET_CLS_ACT ifdef
Amir Vadai
2
-7
/
+18
[next]