aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds2-2/+18
2014-02-18rtnl: make ifla_policy staticJiri Pirko1-51/+56
2014-02-18hsr: Use ether_addr_copyJoe Perches3-17/+17
2014-02-18ipv6: remove some unused include in flowlabelFlorent Fourcot1-6/+0
2014-02-18ieee802154: fix faulty check in set_phy_params apiPhoebe Buckheister1-2/+4
2014-02-18af_packet: remove a stray tab in packet_set_ring()Dan Carpenter1-1/+1
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue13-287/+290
2014-02-18net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann1-9/+32
2014-02-18Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller7-27/+101
2014-02-17ipv6:fix checkpatch errors with assignment in if conditionWang Yufen1-7/+9
2014-02-17ipv6: fix checkpatch errors with space required or prohibitedWang Yufen1-19/+19
2014-02-17ipv6: fix checkpatch errors with brace and "foo *bar"Wang Yufen1-3/+2
2014-02-17netlink: fix checkpatch errors space and "foo *bar"Wang Yufen1-2/+2
2014-02-17sch_netem: replace magic numbers with enumerate in get_loss_clgYang Yingliang1-2/+2
2014-02-17ipv4: fix counter in_slow_totDuan Jiong1-2/+2
2014-02-17ieee802154: add netlink APIs for smartMAC configurationPhoebe Buckheister4-2/+101
2014-02-17ieee802154: add support for setting CCA energy detection levelsPhoebe Buckheister3-3/+39
2014-02-17ieee802154: add support for CCA mode in wpan physPhoebe Buckheister3-3/+41
2014-02-17ieee802154: add support for listen-before-talk in wpan_phyPhoebe Buckheister3-12/+58
2014-02-17ieee802154: add TX power control to wpan_phyPhoebe Buckheister6-4/+64
2014-02-17HID: Bluetooth: hidp: make sure input buffers are big enoughDavid Herrmann2-2/+18
2014-02-17gre: add link local route when local addr is anyNicolas Dichtel1-0/+2
2014-02-17batman-adv: fix potential kernel paging error for unicast transmissionsAntonio Quartulli1-2/+7
2014-02-17batman-adv: avoid double free when orig_node initialization failsAntonio Quartulli1-4/+2
2014-02-17batman-adv: free skb on TVLV parsing successAntonio Quartulli1-0/+2
2014-02-17batman-adv: fix TT CRC computation by ensuring byte orderAntonio Quartulli1-4/+12
2014-02-17batman-adv: fix potential orig_node reference leakSimon Wunderlich1-0/+2
2014-02-17batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli3-6/+56
2014-02-17batman-adv: properly check pskb_may_pull return valueAntonio Quartulli1-1/+1
2014-02-17batman-adv: release vlan object after checking the CRCAntonio Quartulli1-1/+5
2014-02-17batman-adv: fix TT-TVLV parsing on OGM receptionAntonio Quartulli1-1/+0
2014-02-17batman-adv: fix soft-interface MTU computationAntonio Quartulli1-8/+14
2014-02-17ipsec: add support of limited SA dumpNicolas Dichtel3-3/+69
2014-02-17packet: check for ndo_select_queue during queue selectionDaniel Borkmann1-3/+21
2014-02-17netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann1-12/+1
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2-6/+7
2014-02-17tipc: correct usage of spin_lock() vs spin_lock_bh()Jon Paul Maloy1-3/+3
2014-02-17tipc: fix a loop style problemJon Paul Maloy1-5/+5
2014-02-17net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's bufferMatija Glavinic Pecotic4-74/+24
2014-02-17ip_tunnel: return more precise errno value when adding tunnel failsFlorian Westphal1-5/+10
2014-02-16ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong1-2/+7
2014-02-16dccp: re-enable debug macroGerrit Renker2-1/+2
2014-02-15openvswitch: rename ->sync to ->syncpWANG Cong2-7/+7
2014-02-14appletalk: fix checkpatch error with indentwangweidong1-45/+45
2014-02-14appletalk: fix checkpatch errors with foo* bar|foo * barwangweidong1-2/+2
2014-02-14appletalk: fix checkpatch errors with space required or prohibitedwangweidong2-5/+5
2014-02-14tcp: add pacing_rate information into tcp_infoEric Dumazet1-0/+5
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong9-80/+12
2014-02-14net-sysfs: get_netdev_queue_index() cleanupEric Dumazet1-6/+3
2014-02-14sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang1-4/+9