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
2016-05-26
libceph: nuke unused fields and functions
Ilya Dryomov
3
-17
/
+2
2016-05-26
libceph: variable-sized ceph_object_id
Ilya Dryomov
3
-8
/
+103
2016-05-26
libceph: change how osd_op_reply message size is calculated
Ilya Dryomov
1
-10
/
+4
2016-05-26
libceph: move message allocation out of ceph_osdc_alloc_request()
Ilya Dryomov
1
-38
/
+50
2016-05-26
libceph: grab snapc in ceph_osdc_alloc_request()
Ilya Dryomov
1
-2
/
+4
2016-05-26
libceph: make ceph_osdc_put_request() accept NULL
Ilya Dryomov
1
-3
/
+5
2016-05-25
net: hwbm: Fix unbalanced spinlock in error case
Gregory CLEMENT
1
-0
/
+3
2016-05-25
tipc: fix potential null pointer dereferences in some compat functions
Baozeng Ding
1
-18
/
+93
2016-05-24
net sched actions: policer missing timestamp processing
Jamal Hadi Salim
1
-0
/
+11
2016-05-24
net_sched: avoid too many hrtimer_start() calls
Eric Dumazet
2
-10
/
+7
2016-05-24
Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
6
-62
/
+81
2016-05-24
ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.
Haishuang Yan
1
-0
/
+1
2016-05-24
ip6_gre: Fix MTU setting for ip6gretap
Haishuang Yan
1
-0
/
+2
2016-05-23
ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=n
Ezequiel Garcia
2
-4
/
+8
2016-05-23
net/atm: sk_err_soft must be positive
Stefan Hajnoczi
2
-3
/
+3
2016-05-23
sunrpc: fix stripping of padded MIC tokens
Tomáš Trnka
1
-2
/
+2
2016-05-23
svcrpc: autoload rdma module
J. Bruce Fields
1
-4
/
+19
2016-05-20
Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-27
/
+24
2016-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
33
-303
/
+714
2016-05-20
udp: prevent skbs lingering in tunnel socket queues
Hannes Frederic Sowa
2
-2
/
+2
2016-05-20
ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUE
Alexander Duyck
1
-4
/
+8
2016-05-20
RDS: TCP: Avoid rds connection churn from rogue SYNs
Sowmini Varadhan
1
-4
/
+6
2016-05-20
RDS: TCP: rds_tcp_accept_worker() must exit gracefully when terminating rds-tcp
Sowmini Varadhan
1
-0
/
+3
2016-05-20
ipv6: Don't reset inner headers in ip6_tnl_xmit
Tom Herbert
1
-5
/
+0
2016-05-20
ip4ip6: Support for GSO/GRO
Tom Herbert
3
-6
/
+44
2016-05-20
ip6ip6: Support for GSO/GRO
Tom Herbert
2
-3
/
+26
2016-05-20
ipv6: Set features for IPv6 tunnels
Tom Herbert
1
-0
/
+9
2016-05-20
ip6_tunnel: Add support for fou/gue encapsulation
Tom Herbert
1
-0
/
+72
2016-05-20
ip6_gre: Add support for fou/gue encapsulation
Tom Herbert
1
-4
/
+75
2016-05-20
fou: Add encap ops for IPv6 tunnels
Tom Herbert
2
-0
/
+141
2016-05-20
ip6_tun: Add infrastructure for doing encapsulation
Tom Herbert
2
-13
/
+86
2016-05-20
fou: Support IPv6 in fou
Tom Herbert
1
-12
/
+35
2016-05-20
fou: Split out {fou,gue}_build_header
Tom Herbert
1
-10
/
+37
2016-05-20
fou: Call setup_udp_tunnel_sock
Tom Herbert
1
-34
/
+16
2016-05-20
net: Cleanup encap items in ip_tunnels.h
Tom Herbert
2
-45
/
+4
2016-05-20
ipv6: Change "final" protocol processing for encapsulation
Tom Herbert
1
-1
/
+14
2016-05-20
ipv6: Fix nexthdr for reinjection
Tom Herbert
1
-3
/
+15
2016-05-20
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
6
-18
/
+15
2016-05-20
gso: Remove arbitrary checks for unsupported GSO
Tom Herbert
7
-102
/
+1
2016-05-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
3
-3
/
+3
2016-05-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+6
2016-05-19
mm/page_ref: use page_ref helper instead of direct modification of _count
Joonsoo Kim
1
-1
/
+1
2016-05-19
fs: poll/select/recvmmsg: use timespec64 for timeout events
Deepa Dinamani
1
-3
/
+5
2016-05-19
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
6
-25
/
+93
2016-05-19
tipc: block BH in TCP callbacks
Eric Dumazet
1
-4
/
+4
2016-05-19
rds: tcp: block BH in TCP callbacks
Eric Dumazet
4
-8
/
+8
2016-05-19
kcm: fix a signedness in kcm_splice_read()
WANG Cong
1
-1
/
+1
2016-05-19
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
3
-4
/
+4
2016-05-18
batman-adv: initialize ELP orig address on secondary interfaces
Marek Lindner
3
-9
/
+34
2016-05-18
batman-adv: Avoid duplicate neigh_node additions
Linus Lüssing
1
-2
/
+4
[prev]
[next]