index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-10
RPC/RDMA: optionally emit useful transport info upon connect/disconnect.
Tom Talpey
2
-1
/
+22
2008-10-10
RPC/RDMA: reformat a debug printk to keep lines together.
Tom Talpey
1
-2
/
+2
2008-10-10
RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.
Tom Talpey
2
-4
/
+10
2008-10-10
RPC/RDMA: fix connect/reconnect resource leak.
Tom Talpey
1
-5
/
+4
2008-10-10
RPC/RDMA: return a consistent error, when connect fails.
Tom Talpey
1
-1
/
+1
2008-10-10
RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.
Tom Talpey
3
-2
/
+33
2008-10-10
RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.
Tom Talpey
1
-11
/
+9
2008-10-10
gre: minor cleanups in netlink interface
Patrick McHardy
1
-8
/
+8
2008-10-10
RPC/RDMA: maintain the RPC task bytes-sent statistic.
Tom Talpey
1
-0
/
+1
2008-10-10
RPC/RDMA: suppress retransmit on RPC/RDMA clients.
Tom Talpey
3
-4
/
+15
2008-10-10
gre: fix copy and paste error
Patrick McHardy
1
-2
/
+2
2008-10-10
RPC/RDMA: fix connection IRD/ORD setting
Tom Tucker
1
-37
/
+14
2008-10-10
RPC/RDMA: support FRMR client memory registration.
Tom Talpey
2
-6
/
+167
2008-10-10
RPC/RDMA: check selected memory registration mode at runtime.
Tom Talpey
1
-15
/
+80
2008-10-10
RPC/RDMA: add data types and new FRMR memory registration enum.
Tom Talpey
1
-1
/
+7
2008-10-10
RPC/RDMA: refactor the inline memory registration code.
Tom Talpey
1
-158
/
+207
2008-10-10
netlabel: Add configuration support for local labeling
Paul Moore
3
-2
/
+48
2008-10-10
cipso: Add support for native local labeling and fixup mapping names
Paul Moore
5
-32
/
+119
2008-10-10
selinux: Set socket NetLabel based on connection endpoint
Paul Moore
2
-1
/
+151
2008-10-10
netlabel: Add functionality to set the security attributes of a packet
Paul Moore
2
-39
/
+243
2008-10-10
netlabel: Add network address selectors to the NetLabel/LSM domain mapping
Paul Moore
8
-222
/
+811
2008-10-10
netlabel: Add a generic way to create ordered linked lists of network addrs
Paul Moore
4
-216
/
+569
2008-10-10
netlabel: Replace protocol/NetLabel linking with refrerence counts
Paul Moore
6
-255
/
+221
2008-10-10
selinux: Fix missing calls to netlbl_skbuff_err()
Paul Moore
1
-2
/
+3
2008-10-10
netlabel: Remove unneeded in-kernel API functions
Paul Moore
1
-61
/
+23
2008-10-10
netlabel: Fix some sparse warnings
Paul Moore
3
-14
/
+14
2008-10-09
tcpv6: fix error with CONFIG_TCP_MD5SIG disabled
Guo-Fu Tseng
1
-5
/
+1
2008-10-09
udp: complete port availability checking
Eric Dumazet
1
-24
/
+19
2008-10-09
tcpv6: combine tcp_v6_send_(reset|ack)
Ilpo Järvinen
1
-99
/
+40
2008-10-09
tcpv6: convert opt[] -> topt in tcp_v6_send_reset
Ilpo Järvinen
1
-6
/
+6
2008-10-09
tcpv6: trivial formatting changes to send_(ack|reset)
Ilpo Järvinen
1
-4
/
+3
2008-10-09
tcpv[46]: fix md5 pseudoheader address field ordering
Ilpo Järvinen
2
-4
/
+4
2008-10-09
sctp: update SNMP statiscts when T5 timer expired.
Vlad Yasevich
1
-0
/
+3
2008-10-09
sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.
Vlad Yasevich
1
-6
/
+3
2008-10-09
sctp: Fix the SNMP number of SCTP_MIB_CURRESTAB
Wei Yongjun
1
-1
/
+1
2008-10-09
inet: Make tunnel RX/TX byte counters more consistent
Herbert Xu
1
-2
/
+5
2008-10-09
gre: Add Transparent Ethernet Bridging
Herbert Xu
1
-32
/
+174
2008-10-09
gre: Add netlink interface
Herbert Xu
1
-4
/
+243
2008-10-09
gre: Move MTU setting out of ipgre_tunnel_bind_dev
Herbert Xu
1
-5
/
+11
2008-10-09
gre: Use needed_headroom
Herbert Xu
1
-7
/
+8
2008-10-08
dsa: Need to select PHYLIB.
David S. Miller
1
-0
/
+1
2008-10-08
dsa: add support for the Marvell 88E6060 switch chip
Lennert Buytenhek
3
-0
/
+295
2008-10-08
dsa: add support for Trailer tagging format
Lennert Buytenhek
7
-0
/
+152
2008-10-08
dsa: add support for the Marvell 88E6131 switch chip
Lennert Buytenhek
5
-0
/
+555
2008-10-08
dsa: add support for original DSA tagging format
Lennert Buytenhek
8
-7
/
+244
2008-10-08
net: Distributed Switch Architecture protocol support
Lennert Buytenhek
11
-0
/
+1893
2008-10-08
Merge branch 'from-tomtucker' into for-2.6.28
J. Bruce Fields
3
-122
/
+684
2008-10-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
7
-34
/
+33
2008-10-08
ipvs: Remove stray file left over from ipvs move
Sven Wegener
1
-261
/
+0
2008-10-08
tcpv6: fix option space offsets with md5
Ilpo Järvinen
1
-1
/
+1
[prev]
[next]