summaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-31net: enic: slight optimization of addr comparedingtianhong1-1/+1
2013-12-31net: cxgb3: slight optimization of addr comparedingtianhong2-2/+2
2013-12-31net: bnx2x: slight optimization of addr comparedingtianhong3-8/+6
2013-12-31net: 3com: slight optimization of addr comparedingtianhong1-2/+1
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-31net, rps: fix build failure when CONFIG_RPS isn't setZhi Yong Wu1-0/+4
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 Yingliang2-2/+14
2013-12-31sch_netem: more precise length of packetsYang Yingliang1-1/+1
2013-12-31net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunnelingOr Gerlitz5-2/+129
2013-12-31net/mlx4_core: Add basic support for TCP/IP offloads under tunnelingOr Gerlitz8-4/+133
2013-12-31netlink: specify netlink packet direction for nlmonDaniel Borkmann2-1/+5
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-31printk: Add a DEPRECATED macroNeil Horman1-0/+7
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-31tun: Add support for RFS on tun flowsTom Herbert1-2/+35
2013-12-31net: Allow setting sock flow hash without a sockTom Herbert1-4/+14
2013-12-31bonding: update Documentation/networking/bonding.txt for option lp_intervaldingtianhong1-0/+8
2013-12-31bonding: ust micro BOND_NO_USE_ARP to simplify the mode checkdingtianhong1-12/+2
2013-12-31bonding: add option lp_interval for loading moduledingtianhong1-1/+12
2013-12-29lro: remove dead codestephen hemminger2-196/+0
2013-12-29bonding: make local function staticstephen hemminger2-2/+1
2013-12-29tcp: make local functions staticstephen hemminger3-5/+2
2013-12-29net/7990: Make lance_private.name constGeert Uytterhoeven3-3/+3
2013-12-29net/7990: Fix whitespace errorsGeert Uytterhoeven4-617/+619
2013-12-28ipv4: ping make local stuff staticStephen Hemminger2-11/+7
2013-12-28ipv4: remove unused functionStephen Hemminger2-8/+0
2013-12-28arp: make arp_invalidate staticStephen Hemminger2-3/+1
2013-12-28ipv4: make fib_detect_death staticStephen Hemminger2-4/+3
2013-12-28macvlan: make start_xmit localstephen hemminger2-6/+2
2013-12-27bgmac: use phy_mii_ioctl in ioctl handlerHauke Mehrtens1-21/+5
2013-12-27bgmac: drop duplicated PHY definesRafał Miłecki2-25/+2
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-27tile_net: Always enable PTP clock support on TILE-GxBen Hutchings2-35/+1
2013-12-27bnx2x: Fix build with SRIOV disabled.David S. Miller1-0/+2
2013-12-26vmxnet3: use initialized skb pointer to set hashMichal Schmidt1-1/+2
2013-12-26sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang2-5/+26
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