aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-02sched classifier: make cgroup table localstephen hemminger1-1/+1
2014-01-02sched action: make local function staticstephen hemminger1-5/+3
2014-01-02ipv4: switch and case should be at the same indentWeilong Chen1-15/+15
2014-01-02ipv4: spaces required around that '='Weilong Chen1-4/+4
2014-01-02ipv6: remove prune parameter for fib6_clean_allLi RongQing2-6/+6
2014-01-02tipc: make the code look more readablewangweidong1-5/+2
2014-01-02ipv4: arp: update neighbour address when a gratuitous arp is received and arp_accept is setSalam Noureddine1-5/+10
2014-01-01ipv6: namespace cleanupsstephen hemminger2-19/+35
2014-01-01net: core functions cleanupstephen hemminger1-56/+26
2014-01-01netlink: cleanup tap related functionsstephen hemminger1-17/+1
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger3-28/+4
2014-01-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville26-484/+645
2013-12-31net, sch: fix the typo in register_qdisc()Zhi Yong Wu1-1/+1
2013-12-31net, rps: fix the comment of net_rps_action_and_irq_enable()Zhi Yong Wu1-1/+1
2013-12-31sctp: move skb_dst_set() a bit downwards in sctp_packet_transmit()wangweidong1-2/+2
2013-12-31sch_netem: support of 64bit ratesYang Yingliang1-2/+13
2013-12-31sch_netem: more precise length of packetsYang Yingliang1-1/+1
2013-12-31netlink: specify netlink packet direction for nlmonDaniel Borkmann1-0/+2
2013-12-31netlink: only do not deliver to tap when both sides are kernel sksDaniel Borkmann1-5/+8
2013-12-31SCTP: Reduce log spamming for sctp setsockoptNeil Horman1-12/+18
2013-12-31sch_dsmark: use correct func name in print messagesYang Yingliang1-18/+19
2013-12-31sch_htb: use /* commentsYang Yingliang1-3/+4
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