aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-31net_sched: replace pr_warning with pr_warnYang Yingliang4-13/+11
2013-12-31packet: fix "foo * bar" and "(foo*)" problemsWeilong Chen1-2/+2
2013-12-31ipv6: unneccessary to get address prefix in addrconf_get_prefix_routeLi RongQing1-4/+1
2013-12-29lro: remove dead codestephen hemminger1-173/+0
2013-12-29tcp: make local functions staticstephen hemminger2-2/+2
2013-12-28ipv4: ping make local stuff staticStephen Hemminger1-3/+7
2013-12-28ipv4: remove unused functionStephen Hemminger1-7/+0
2013-12-28arp: make arp_invalidate staticStephen Hemminger1-2/+1
2013-12-28ipv4: make fib_detect_death staticStephen Hemminger2-4/+3
2013-12-27ieee802154: space prohibited before that close parenthesisWeilong Chen1-1/+1
2013-12-27llc: "foo* bar" should be "foo *bar"Weilong Chen3-5/+5
2013-12-26sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang1-5/+24
2013-12-26sctp: fix checkpatch errors with //commenwangweidong1-1/+1
2013-12-26sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong5-10/+9
2013-12-26sctp: fix checkpatch errors with indentwangweidong6-73/+70
2013-12-26sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong8-22/+22
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong10-43/+43
2013-12-26ipv6: cleanup for tcp_ipv6.cWeilong Chen1-11/+11
2013-12-26ipv4: ipv4: Cleanup the comments in tcp_yeah.cWeilong Chen1-8/+8
2013-12-26ipv4: ERROR: code indent should use tabs where possibleWeilong Chen3-8/+5
2013-12-26ipv4: ERROR: do not initialise globals to 0 or NULLWeilong Chen1-2/+2
2013-12-26ipv4: fix all space errors in file igmp.cWeilong Chen1-35/+35
2013-12-26ipv4: fix checkpatch error with foo * barWeilong Chen1-1/+1
2013-12-26ipv4: fix checkpatch error "space prohibited"Weilong Chen4-11/+11
2013-12-26ipv4: do clean up with spacesWeilong Chen2-8/+8
2013-12-26mac8011: slight optimization of addr comparedingtianhong1-4/+3
2013-12-26batman-adv: use batadv_compare_eth for concisedingtianhong2-2/+2
2013-12-26hhf: make qdisc ops staticstephen hemminger1-2/+1
2013-12-22rose: cleanup checkpatch errors,spaces requiredWeilong Chen2-2/+2
2013-12-22sctp: remove the never used 'return' and redundant 'break'wangweidong1-11/+2
2013-12-22mac802154: fix following checkpath.pl warning Prefer pr_warn(... to pr_warning(...Weilong Chen1-2/+2
2013-12-22sctp: remove casting from function calls through ops structurewangweidong2-3/+3
2013-12-22netconf: add support for IPv6 proxy_ndpstephen hemminger1-1/+48
2013-12-22netconf: rename PROXY_ARP to NEIGH_PROXYstephen hemminger1-5/+5
2013-12-21net: use kfree_skb_list() helperEric Dumazet2-19/+4
2013-12-21Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-4/+2
2013-12-21ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 oneHannes Frederic Sowa2-4/+2
2013-12-21Revert "sctp: fix missing include file"David S. Miller1-1/+0
2013-12-21can: gw: remove obsolete checksOliver Hartkopp1-4/+2
2013-12-21sctp: fix missing include filesfeldma@cumulusnetworks.com1-0/+1
2013-12-20tcp: autocork should not hold first packet in write queueEric Dumazet1-4/+10
2013-12-20net_sched: fix regression in tc_action_opsEric Dumazet1-40/+13
2013-12-20net_sched: fix a regression in tcf_proto_lookup_ops()Eric Dumazet1-12/+10
2013-12-20net_sched: fix a regression in tc actionsWANG Cong9-11/+11
2013-12-19bridge: change the position of '{' to the pre linetanxiaojun4-18/+9
2013-12-19bridge: change "foo* bar" to "foo *bar"tanxiaojun2-10/+10
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun7-12/+12
2013-12-19bridge: remove unnecessary parenthesestanxiaojun2-3/+3
2013-12-19bridge: remove unnecessary condition judgmenttanxiaojun2-4/+2
2013-12-19rps: NUMA flow limit allocationsEric Dumazet1-1/+2