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
2013-12-31
net_sched: replace pr_warning with pr_warn
Yang Yingliang
4
-13
/
+11
2013-12-31
packet: fix "foo * bar" and "(foo*)" problems
Weilong Chen
1
-2
/
+2
2013-12-31
ipv6: unneccessary to get address prefix in addrconf_get_prefix_route
Li RongQing
1
-4
/
+1
2013-12-29
lro: remove dead code
stephen hemminger
1
-173
/
+0
2013-12-29
tcp: make local functions static
stephen hemminger
2
-2
/
+2
2013-12-28
ipv4: ping make local stuff static
Stephen Hemminger
1
-3
/
+7
2013-12-28
ipv4: remove unused function
Stephen Hemminger
1
-7
/
+0
2013-12-28
arp: make arp_invalidate static
Stephen Hemminger
1
-2
/
+1
2013-12-28
ipv4: make fib_detect_death static
Stephen Hemminger
2
-4
/
+3
2013-12-27
ieee802154: space prohibited before that close parenthesis
Weilong Chen
1
-1
/
+1
2013-12-27
llc: "foo* bar" should be "foo *bar"
Weilong Chen
3
-5
/
+5
2013-12-26
sch_tbf: add TBF_BURST/TBF_PBURST attribute
Yang Yingliang
1
-5
/
+24
2013-12-26
sctp: fix checkpatch errors with //commen
wangweidong
1
-1
/
+1
2013-12-26
sctp: fix checkpatch errors with open brace '{' and trailing statements
wangweidong
5
-10
/
+9
2013-12-26
sctp: fix checkpatch errors with indent
wangweidong
6
-73
/
+70
2013-12-26
sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar
wangweidong
8
-22
/
+22
2013-12-26
sctp: fix checkpatch errors with space required or prohibited
wangweidong
10
-43
/
+43
2013-12-26
ipv6: cleanup for tcp_ipv6.c
Weilong Chen
1
-11
/
+11
2013-12-26
ipv4: ipv4: Cleanup the comments in tcp_yeah.c
Weilong Chen
1
-8
/
+8
2013-12-26
ipv4: ERROR: code indent should use tabs where possible
Weilong Chen
3
-8
/
+5
2013-12-26
ipv4: ERROR: do not initialise globals to 0 or NULL
Weilong Chen
1
-2
/
+2
2013-12-26
ipv4: fix all space errors in file igmp.c
Weilong Chen
1
-35
/
+35
2013-12-26
ipv4: fix checkpatch error with foo * bar
Weilong Chen
1
-1
/
+1
2013-12-26
ipv4: fix checkpatch error "space prohibited"
Weilong Chen
4
-11
/
+11
2013-12-26
ipv4: do clean up with spaces
Weilong Chen
2
-8
/
+8
2013-12-26
mac8011: slight optimization of addr compare
dingtianhong
1
-4
/
+3
2013-12-26
batman-adv: use batadv_compare_eth for concise
dingtianhong
2
-2
/
+2
2013-12-26
hhf: make qdisc ops static
stephen hemminger
1
-2
/
+1
2013-12-22
rose: cleanup checkpatch errors,spaces required
Weilong Chen
2
-2
/
+2
2013-12-22
sctp: remove the never used 'return' and redundant 'break'
wangweidong
1
-11
/
+2
2013-12-22
mac802154: fix following checkpath.pl warning Prefer pr_warn(... to pr_warnin...
Weilong Chen
1
-2
/
+2
2013-12-22
sctp: remove casting from function calls through ops structure
wangweidong
2
-3
/
+3
2013-12-22
netconf: add support for IPv6 proxy_ndp
stephen hemminger
1
-1
/
+48
2013-12-22
netconf: rename PROXY_ARP to NEIGH_PROXY
stephen hemminger
1
-5
/
+5
2013-12-21
net: use kfree_skb_list() helper
Eric Dumazet
2
-19
/
+4
2013-12-21
Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
1
-4
/
+2
2013-12-21
ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 one
Hannes Frederic Sowa
2
-4
/
+2
2013-12-21
Revert "sctp: fix missing include file"
David S. Miller
1
-1
/
+0
2013-12-21
can: gw: remove obsolete checks
Oliver Hartkopp
1
-4
/
+2
2013-12-21
sctp: fix missing include file
sfeldma@cumulusnetworks.com
1
-0
/
+1
2013-12-20
tcp: autocork should not hold first packet in write queue
Eric Dumazet
1
-4
/
+10
2013-12-20
net_sched: fix regression in tc_action_ops
Eric Dumazet
1
-40
/
+13
2013-12-20
net_sched: fix a regression in tcf_proto_lookup_ops()
Eric Dumazet
1
-12
/
+10
2013-12-20
net_sched: fix a regression in tc actions
WANG Cong
9
-11
/
+11
2013-12-19
bridge: change the position of '{' to the pre line
tanxiaojun
4
-18
/
+9
2013-12-19
bridge: change "foo* bar" to "foo *bar"
tanxiaojun
2
-10
/
+10
2013-12-19
bridge: add space before '(/{', after ',', etc.
tanxiaojun
7
-12
/
+12
2013-12-19
bridge: remove unnecessary parentheses
tanxiaojun
2
-3
/
+3
2013-12-19
bridge: remove unnecessary condition judgment
tanxiaojun
2
-4
/
+2
2013-12-19
rps: NUMA flow limit allocations
Eric Dumazet
1
-1
/
+2
[next]