summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-12-27llc: "foo* bar" should be "foo *bar"Weilong Chen
2013-12-26sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang
2013-12-26sctp: fix checkpatch errors with //commenwangweidong
2013-12-26sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong
2013-12-26sctp: fix checkpatch errors with indentwangweidong
2013-12-26sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong
2013-12-26ipv6: cleanup for tcp_ipv6.cWeilong Chen
2013-12-26ipv4: ipv4: Cleanup the comments in tcp_yeah.cWeilong Chen
2013-12-26ipv4: ERROR: code indent should use tabs where possibleWeilong Chen
2013-12-26ipv4: ERROR: do not initialise globals to 0 or NULLWeilong Chen
2013-12-26ipv4: fix all space errors in file igmp.cWeilong Chen
2013-12-26ipv4: fix checkpatch error with foo * barWeilong Chen
2013-12-26ipv4: fix checkpatch error "space prohibited"Weilong Chen
2013-12-26ipv4: do clean up with spacesWeilong Chen
2013-12-26mac8011: slight optimization of addr comparedingtianhong
2013-12-26batman-adv: use batadv_compare_eth for concisedingtianhong
2013-12-26hhf: make qdisc ops staticstephen hemminger
2013-12-22rose: cleanup checkpatch errors,spaces requiredWeilong Chen
2013-12-22sctp: remove the never used 'return' and redundant 'break'wangweidong
2013-12-22mac802154: fix following checkpath.pl warning Prefer pr_warn(... to pr_warnin...Weilong Chen
2013-12-22sctp: remove casting from function calls through ops structurewangweidong
2013-12-22netconf: add support for IPv6 proxy_ndpstephen hemminger
2013-12-22netconf: rename PROXY_ARP to NEIGH_PROXYstephen hemminger
2013-12-21net: use kfree_skb_list() helperEric Dumazet
2013-12-21Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller
2013-12-21ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 oneHannes Frederic Sowa
2013-12-21Revert "sctp: fix missing include file"David S. Miller
2013-12-21can: gw: remove obsolete checksOliver Hartkopp
2013-12-21sctp: fix missing include filesfeldma@cumulusnetworks.com
2013-12-20tcp: autocork should not hold first packet in write queueEric Dumazet
2013-12-20net_sched: fix regression in tc_action_opsEric Dumazet
2013-12-20net_sched: fix a regression in tcf_proto_lookup_ops()Eric Dumazet
2013-12-20net_sched: fix a regression in tc actionsWANG Cong
2013-12-19bridge: change the position of '{' to the pre linetanxiaojun
2013-12-19bridge: change "foo* bar" to "foo *bar"tanxiaojun
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun
2013-12-19bridge: remove unnecessary parenthesestanxiaojun
2013-12-19bridge: remove unnecessary condition judgmenttanxiaojun
2013-12-19rps: NUMA flow limit allocationsEric Dumazet
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-19sch_cbq: remove unnecessary null pointer checkYang Yingliang
2013-12-19act_police: remove unnecessary null pointer checkYang Yingliang
2013-12-19net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam
2013-12-18bridge: spelling fixestanxiaojun
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa
2013-12-18ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgsHannes Frederic Sowa
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-18net_sched: convert tcf_proto_ops to use struct list_headWANG Cong