index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
skb: Add inline helper for getting the skb end offset from head
Alexander Duyck
2012-05-06
1
-6
/
+6
*
skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_head
Alexander Duyck
2012-05-06
1
-14
/
+8
*
skb: Drop bad code from pskb_expand_head
Alexander Duyck
2012-05-06
1
-12
/
+0
*
tcp: be more strict before accepting ECN negociation
Eric Dumazet
2012-05-04
2
-2
/
+2
*
net: sched: factorize code (qdisc_drop())
Eric Dumazet
2012-05-04
4
-13
/
+6
*
skb: Add skb_head_is_locked helper function
Alexander Duyck
2012-05-03
2
-3
/
+2
*
net: Fix truesize accounting in skb_gro_receive()
Eric Dumazet
2012-05-03
1
-3
/
+8
*
tcp: move stats merge to the end of tcp_try_coalesce
Alexander Duyck
2012-05-03
1
-26
/
+29
*
tcp: Move code related to head frag in tcp_try_coalesce
Alexander Duyck
2012-05-03
1
-17
/
+25
*
tcp: Fix truesize accounting in tcp_try_coalesce
Alexander Duyck
2012-05-03
1
-6
/
+4
*
net: Add missing linux/prefetch.h include to net/core/sock.c
David S. Miller
2012-05-03
1
-0
/
+1
*
net: Stop decapitating clones that have a head_frag
Alexander Duyck
2012-05-03
2
-11
/
+7
*
net: implement tcp coalescing in tcp_queue_rcv()
Eric Dumazet
2012-05-02
2
-24
/
+26
*
net: take care of cloned skbs in tcp_try_coalesce()
Eric Dumazet
2012-05-02
1
-14
/
+28
*
tcp: early retransmit: delayed fast retransmit
Yuchung Cheng
2012-05-02
3
-10
/
+69
*
tcp: early retransmit
Yuchung Cheng
2012-05-02
4
-0
/
+29
*
tcp: early retransmit: tcp_enter_recovery()
Yuchung Cheng
2012-05-02
1
-27
/
+34
*
netem: add ECN capability
Eric Dumazet
2012-05-01
1
-3
/
+15
*
net: add a prefetch in socket backlog processing
Eric Dumazet
2012-05-01
1
-0
/
+1
*
l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6
James Chapman
2012-05-01
1
-22
/
+50
*
l2tp: introduce L2TPv3 IP encapsulation support for IPv6
Chris Elston
2012-05-01
2
-0
/
+795
*
ipv6: Export ipv6 functions for use by other protocols
Chris Elston
2012-05-01
4
-0
/
+9
*
l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels
Chris Elston
2012-05-01
3
-21
/
+109
*
l2tp: show IPv6 addresses in l2tp debugfs file
Chris Elston
2012-05-01
1
-0
/
+8
*
l2tp: pppol2tp_connect() handles ipv6 sockaddr variants
James Chapman
2012-05-01
1
-8
/
+28
*
l2tp: remove unused stats from l2tp_ip socket
James Chapman
2012-05-01
1
-28
/
+4
*
l2tp: Use ip4_datagram_connect() in l2tp_ip_connect()
James Chapman
2012-05-01
1
-47
/
+7
*
l2tp: fix locking of 64-bit counters for smp
James Chapman
2012-05-01
3
-35
/
+103
*
Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
2012-04-30
34
-567
/
+58
|
\
|
*
tipc: compress out gratuitous extra carriage returns
Paul Gortmaker
2012-04-30
32
-530
/
+16
|
*
tipc: Reject payload messages with invalid message type
Allan Stephens
2012-04-27
1
-5
/
+2
|
*
tipc: Enhance error checking of published names
Allan Stephens
2012-04-26
2
-7
/
+4
|
*
tipc: Create helper routine to delete unused name sequence structure
Allan Stephens
2012-04-26
1
-12
/
+15
|
*
tipc: remove redundant memset and stale comment from subscr.c
Allan Stephens
2012-04-26
1
-2
/
+0
|
*
tipc: Optimize initialization of network topology service
Allan Stephens
2012-04-26
1
-1
/
+1
|
*
tipc: Enhance re-initialization of network topology service
Allan Stephens
2012-04-26
1
-3
/
+0
|
*
tipc: Optimize termination of configuration service
Allan Stephens
2012-04-26
1
-4
/
+2
|
*
tipc: Optimize initialization of configuration service
Allan Stephens
2012-04-26
1
-1
/
+1
|
*
tipc: Optimize re-initialization of configuration service
Allan Stephens
2012-04-26
3
-2
/
+17
*
|
net: makes skb_splice_bits() aware of skb->head_frag
Eric Dumazet
2012-04-30
1
-3
/
+7
*
|
tcp: makes tcp_try_coalesce aware of skb->head_frag
Eric Dumazet
2012-04-30
1
-12
/
+43
*
|
net: make GRO aware of skb->head_frag
Eric Dumazet
2012-04-30
2
-2
/
+30
*
|
net: allow skb->head to be a page fragment
Eric Dumazet
2012-04-30
1
-6
/
+18
*
|
bridge: Fix fatal typo in setup of multicast_querier_expired
Herbert Xu
2012-04-30
1
-3
/
+2
*
|
l2tp: Add missing net/net/ip6_checksum.h include.
David S. Miller
2012-04-30
1
-0
/
+1
*
|
net/l2tp: add support for L2TP over IPv6 UDP
Benjamin LaHaise
2012-04-28
2
-13
/
+118
*
|
net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6
Benjamin LaHaise
2012-04-28
1
-0
/
+39
*
|
net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()
Benjamin LaHaise
2012-04-28
1
-53
/
+44
*
|
net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skb
Benjamin LaHaise
2012-04-28
1
-15
/
+27
*
|
net: Fixed a coding style issue related to spaces.
Jeffrin Jose
2012-04-28
1
-1
/
+1
[next]