summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-01-01ipv6: namespace cleanupsstephen hemminger
2014-01-01net: core functions cleanupstephen hemminger
2014-01-01netlink: cleanup tap related functionsstephen hemminger
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger
2014-01-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-12-31net, sch: fix the typo in register_qdisc()Zhi Yong Wu
2013-12-31net, rps: fix the comment of net_rps_action_and_irq_enable()Zhi Yong Wu
2013-12-31sctp: move skb_dst_set() a bit downwards in sctp_packet_transmit()wangweidong
2013-12-31sch_netem: support of 64bit ratesYang Yingliang
2013-12-31sch_netem: more precise length of packetsYang Yingliang
2013-12-31netlink: specify netlink packet direction for nlmonDaniel Borkmann
2013-12-31netlink: only do not deliver to tap when both sides are kernel sksDaniel Borkmann
2013-12-31SCTP: Reduce log spamming for sctp setsockoptNeil Horman
2013-12-31sch_dsmark: use correct func name in print messagesYang Yingliang
2013-12-31sch_htb: use /* commentsYang Yingliang
2013-12-31net_sched: replace pr_warning with pr_warnYang Yingliang
2013-12-31packet: fix "foo * bar" and "(foo*)" problemsWeilong Chen
2013-12-31ipv6: unneccessary to get address prefix in addrconf_get_prefix_routeLi RongQing
2013-12-29lro: remove dead codestephen hemminger
2013-12-29tcp: make local functions staticstephen hemminger
2013-12-28ipv4: ping make local stuff staticStephen Hemminger
2013-12-28ipv4: remove unused functionStephen Hemminger
2013-12-28arp: make arp_invalidate staticStephen Hemminger
2013-12-28ipv4: make fib_detect_death staticStephen Hemminger
2013-12-27ieee802154: space prohibited before that close parenthesisWeilong Chen
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