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
2006-01-03
[TCP]: less inline's
Stephen Hemminger
4
-35
/
+171
2006-01-03
[IEEE80211] ipw2200: Simplify multicast checks.
Stephen Hemminger
1
-3
/
+2
2006-01-03
[IPV4] fib_trie: build fix
Stephen Hemminger
1
-0
/
+1
2006-01-03
[BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id()
Stephen Hemminger
1
-1
/
+1
2006-01-03
[DCCP]: Notify CCID only after ACK vectors have been processed.
Andrea Bittau
1
-3
/
+3
2006-01-03
[DCCP]: Send an ACK vector when ACKing a response packet
Andrea Bittau
1
-0
/
+6
2006-01-03
[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.
Andrea Bittau
1
-22
/
+34
2006-01-03
[DECNET]: Only use local routers
Patrick Caulfield
1
-5
/
+8
2006-01-03
[IPVS]: Cleanup IP_VS_DBG statements.
Roberto Nibali
4
-14
/
+17
2006-01-03
[NET]: Add a dev_ioctl() fallback to sock_ioctl()
Christoph Hellwig
17
-40
/
+27
2006-01-03
[NETROM]: Remove unessecary lock_sock calls in netrom_ioctl()
Christoph Hellwig
1
-5
/
+5
2006-01-03
[NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8
Per Liden
1
-1
/
+1
2006-01-03
[AF_UNIX]: Convert to use a spinlock instead of rwlock
Benjamin LaHaise
1
-1
/
+1
2006-01-03
[NET]: Speed up __alloc_skb()
Benjamin LaHaise
1
-14
/
+13
2006-01-03
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
56
-2
/
+78
2006-01-03
[SOCK]: Introduce sk_receive_skb
Arnaldo Carvalho de Melo
3
-53
/
+4
2006-01-03
[NET]: restructure sock_aio_{read,write} / sock_{readv,writev}
Christoph Hellwig
1
-114
/
+110
2006-01-03
[NET]: Fix sock_init() return value.
David S. Miller
2
-5
/
+2
2006-01-03
[PKTGEN]: Deinitialise static variables.
Jaco Kroon
1
-3
/
+3
2006-01-03
[NET]: move struct proto_ops to const
Eric Dumazet
29
-59
/
+59
2006-01-03
[NET]: Small cleanup to socket initialization
Andi Kleen
1
-5
/
+5
2006-01-03
[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.
Frank Filz
1
-0
/
+184
2006-01-03
[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.
Frank Filz
7
-200
/
+523
2006-01-03
[IPV4] fib_trie: Add credits.
Robert Olsson
1
-0
/
+7
2006-01-03
[TCP] cubic: use Newton-Raphson
Stephen Hemminger
1
-54
/
+39
2006-01-03
[TCP] cubic: precompute constants
Stephen Hemminger
1
-76
/
+57
2006-01-03
[PKT_SCHED] netem: packet corruption option
Stephen Hemminger
1
-3
/
+46
2006-01-03
[BRIDGE]: add version number
Stephen Hemminger
2
-0
/
+3
2006-01-03
[BRIDGE]: limited ethtool support
Stephen Hemminger
3
-3
/
+67
2006-01-03
[BRIDGE]: filter packets in learning state
Stephen Hemminger
1
-4
/
+7
2006-01-03
[BRIDGE]: handle speed detection after carrier changes
Stephen Hemminger
3
-22
/
+44
2006-01-03
[BRIDGE]: allow setting hardware address of bridge pseudo-dev
Stephen Hemminger
3
-4
/
+28
2006-01-03
[AF_UNIX]: Use spinlock for unix_table_lock
David S. Miller
2
-19
/
+19
2006-01-03
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
15
-76
/
+89
2006-01-03
[INET6]: Generalise tcp_v6_hash_connect
Arnaldo Carvalho de Melo
3
-344
/
+183
2006-01-03
[INET]: Generalise tcp_v4_hash_connect
Arnaldo Carvalho de Melo
3
-331
/
+180
2006-01-03
[TWSK]: Introduce struct timewait_sock_ops
Arnaldo Carvalho de Melo
6
-59
/
+78
2006-01-03
[DCCP]: Use reqsk_free in dccp_v4_conn_request
Arnaldo Carvalho de Melo
1
-4
/
+1
2006-01-03
[DCCP]: Introduce DCCPv6
Arnaldo Carvalho de Melo
4
-1
/
+1491
2006-01-03
[IPV6]: Export ipv6_opt_accepted
Arnaldo Carvalho de Melo
2
-16
/
+21
2006-01-03
[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6
Arnaldo Carvalho de Melo
6
-52
/
+114
2006-01-03
[DCCP]: Just rename dccp_v4_prot to dccp_prot
Arnaldo Carvalho de Melo
3
-6
/
+6
2006-01-03
[IPV6]: Export some symbols for DCCPv6
Arnaldo Carvalho de Melo
4
-0
/
+10
2006-01-03
[IPV6]: Introduce inet6_timewait_sock
Arnaldo Carvalho de Melo
4
-13
/
+15
2006-01-03
[IPV6]: Generalise some functions
Arnaldo Carvalho de Melo
3
-149
/
+159
2006-01-03
[AF_UNIX]: Remove superfluous reference counting in unix_stream_sendmsg
Benjamin LaHaise
1
-6
/
+5
2006-01-03
[NET]: Avoid atomic xchg() for non-error case
Benjamin LaHaise
6
-15
/
+20
2006-01-03
[IPVS]: remove dead code
Roberto Nibali
4
-104
/
+0
2006-01-03
[UDP]: udp_checksum_init return value
Stephen Hemminger
1
-4
/
+2
2006-01-03
[IP]: Simplify and consolidate MSG_PEEK error handling
Herbert Xu
4
-41
/
+42
[next]