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-09-22
[HTB]: Use hlist for hash lists.
Stephen Hemminger
1
-22
/
+27
2006-09-22
[HTB]: Lindent
Stephen Hemminger
1
-475
/
+526
2006-09-22
[HTB]: HTB_HYSTERESIS cleanup
Stephen Hemminger
1
-10
/
+17
2006-09-22
[HTB]: Remove lock macro.
Stephen Hemminger
1
-10
/
+8
2006-09-22
[HTB]: Remove broken debug code.
Stephen Hemminger
1
-268
/
+34
2006-09-22
[DECNET]: Increase number of possible routing tables to 2^32
Patrick McHardy
3
-84
/
+92
2006-09-22
[IPV6]: Increase number of possible routing tables to 2^32
Patrick McHardy
2
-147
/
+152
2006-09-22
[IPV4]: Increase number of possible routing tables to 2^32
Patrick McHardy
4
-62
/
+96
2006-09-22
[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
Patrick McHardy
10
-12
/
+26
2006-09-22
[NET]: Use u32 for routing table IDs
Patrick McHardy
8
-22
/
+22
2006-09-22
[NET]: Kill double initialization in sock_alloc_inode.
David S. Miller
1
-1
/
+0
2006-09-22
[NET]: Remove unnecessary config.h includes from net/
Dave Jones
9
-11
/
+2
2006-09-22
[NET]: sock_register interface changes
Stephen Hemminger
1
-6
/
+4
2006-09-22
[NET]: socket family using RCU
Stephen Hemminger
1
-98
/
+76
2006-09-22
[NET] socket: code style cleanup
Stephen Hemminger
1
-341
/
+388
2006-09-22
[SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages().
Sridhar Samudrala
1
-6
/
+1
2006-09-22
[DECNET]: Convert rwlock to spinlock
Steven Whitehouse
1
-5
/
+5
2006-09-22
[DECNET]: Covert rules to use generic code
Steven Whitehouse
7
-313
/
+191
2006-09-22
[IPV4]: Use network-order dport for all visible inet_lookup_*
Herbert Xu
3
-19
/
+19
2006-09-22
[IPV4] fib: convert reader/writer to spinlock
Stephen Hemminger
1
-10
/
+10
2006-09-22
[IPV6]: Make sure fib6_rule_lookup doesn't return NULL
Ville Nuorvala
1
-1
/
+5
2006-09-22
[IPV4]: Uninline inet_lookup_listener
Herbert Xu
1
-3
/
+32
2006-09-22
[INET]: Remove is_setbyuser patch
Louis Nyffenegger
1
-1
/
+0
2006-09-22
[IPV4]: Kill fib4_rules_clean().
David S. Miller
1
-5
/
+0
2006-09-22
[IPV6]: Protect RTM_GETRULE table entry with IPV6_MULTIPLE_TABLES ifdef
David S. Miller
1
-0
/
+2
2006-09-22
[NET]: Make code static.
Adrian Bunk
6
-13
/
+13
2006-09-22
[SUNRPC]: Update to use in-kernel sockets API.
Sridhar Samudrala
2
-28
/
+18
2006-09-22
[NET]: Round out in-kernel sockets API
Sridhar Samudrala
1
-0
/
+113
2006-09-22
[NEIGH]: Move netlink neighbour table bits to linux/neighbour.h
Thomas Graf
1
-2
/
+0
2006-09-22
[NEIGH]: Convert neighbour table dumping to new netlink api
Thomas Graf
1
-67
/
+74
2006-09-22
[NEIGH]: Convert neighbour table modification to new netlink api
Thomas Graf
1
-68
/
+104
2006-09-22
[NEIGH]: Move netlink neighbour bits to linux/neighbour.h
Thomas Graf
1
-2
/
+0
2006-09-22
[NEIGH]: Convert neighbour dumping to new netlink api
Thomas Graf
1
-55
/
+51
2006-09-22
[NEIGH]: Convert neighbour addition to new netlink api
Thomas Graf
1
-39
/
+51
2006-09-22
[NEIGH]: Convert neighbour deletion to new netlink api
Thomas Graf
1
-19
/
+34
2006-09-22
[IPV6]: Fix policy routing lookup
Patrick McHardy
1
-1
/
+3
2006-09-22
[IPV6]: Fix crash in ip6_del_rt
Patrick McHardy
1
-0
/
+3
2006-09-22
[IPV6]: Fix thinko in rt6_fill_node
Patrick McHardy
1
-1
/
+0
2006-09-22
[NETFILTER]: nf_queue: handle GSO packets
Patrick McHardy
3
-22
/
+62
2006-09-22
[NETFILTER]: Get rid of HW checksum invalidation
Patrick McHardy
11
-109
/
+128
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
40
-101
/
+98
2006-09-22
[NETFILTER]: netbios conntrack: fix compile
Patrick McHardy
1
-0
/
+1
2006-09-22
[NET]: Convert link dumping to new netlink api
Thomas Graf
1
-144
/
+137
2006-09-22
[NET]: Convert link modification to new netlink api
Thomas Graf
1
-91
/
+100
2006-09-22
[IPv4]: Move interface address bits to linux/if_addr.h
Thomas Graf
6
-0
/
+6
2006-09-22
[IPV4]: Convert address dumping to new netlink api
Thomas Graf
1
-19
/
+23
2006-09-22
[IPV4]: Convert address deletion to new netlink api
Thomas Graf
1
-15
/
+29
2006-09-22
[IPV4]: Convert address addition to new netlink api
Thomas Graf
1
-33
/
+75
2006-09-22
[NETLINK]: Convert core netlink handling to new netlink api
Thomas Graf
1
-19
/
+22
2006-09-22
[NETLINK]: Extend netlink messaging interface
Thomas Graf
2
-1
/
+76
[next]