summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: use zero-window when free_space is lowFlorian Westphal2014-02-191-2/+15
* tipc: failed transmissions should return errorErik Hugne2014-02-191-8/+6
* ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa2014-02-194-4/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-1929-173/+362
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-02-182-2/+18
| |\
| | * HID: Bluetooth: hidp: make sure input buffers are big enoughDavid Herrmann2014-02-172-2/+18
| * | af_packet: remove a stray tab in packet_set_ring()Dan Carpenter2014-02-181-1/+1
| * | net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann2014-02-181-9/+32
| * | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-02-187-27/+101
| |\ \
| | * | batman-adv: fix potential kernel paging error for unicast transmissionsAntonio Quartulli2014-02-171-2/+7
| | * | batman-adv: avoid double free when orig_node initialization failsAntonio Quartulli2014-02-171-4/+2
| | * | batman-adv: free skb on TVLV parsing successAntonio Quartulli2014-02-171-0/+2
| | * | batman-adv: fix TT CRC computation by ensuring byte orderAntonio Quartulli2014-02-171-4/+12
| | * | batman-adv: fix potential orig_node reference leakSimon Wunderlich2014-02-171-0/+2
| | * | batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli2014-02-173-6/+56
| | * | batman-adv: properly check pskb_may_pull return valueAntonio Quartulli2014-02-171-1/+1
| | * | batman-adv: release vlan object after checking the CRCAntonio Quartulli2014-02-171-1/+5
| | * | batman-adv: fix TT-TVLV parsing on OGM receptionAntonio Quartulli2014-02-171-1/+0
| | * | batman-adv: fix soft-interface MTU computationAntonio Quartulli2014-02-171-8/+14
| * | | ipv4: fix counter in_slow_totDuan Jiong2014-02-171-2/+2
| * | | gre: add link local route when local addr is anyNicolas Dichtel2014-02-171-0/+2
| |/ /
| * | packet: check for ndo_select_queue during queue selectionDaniel Borkmann2014-02-171-3/+21
| * | netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann2014-02-171-12/+1
| * | netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-172-6/+7
| * | net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic2014-02-174-74/+24
| * | ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong2014-02-161-2/+7
| * | dccp: re-enable debug macroGerrit Renker2014-02-162-1/+2
| * | ipv4: ipconfig.c: add parentheses in an if statementFX Le Bail2014-02-141-1/+1
| * | net: sched: Cleanup PIE commentsVijay Subramanian2014-02-131-5/+16
| * | net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal2014-02-132-4/+84
| * | net: core: introduce netif_skb_dev_featuresFlorian Westphal2014-02-131-10/+12
| * | sctp: optimize the sctp_sysctl_net_registerwangweidong2014-02-131-7/+10
| * | sctp: fix a missed .data initializationwangweidong2014-02-131-0/+1
| * | net: correct error path in rtnl_newlink()Cong Wang2014-02-131-7/+12
| * | tipc: fix message corruption bug for deferred packetsErik Hugne2014-02-132-0/+8
* | | rtnl: make ifla_policy staticJiri Pirko2014-02-181-51/+56
* | | hsr: Use ether_addr_copyJoe Perches2014-02-183-17/+17
* | | ipv6: remove some unused include in flowlabelFlorent Fourcot2014-02-181-6/+0
* | | ieee802154: fix faulty check in set_phy_params apiPhoebe Buckheister2014-02-181-2/+4
* | | tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-1813-287/+290
* | | ipv6:fix checkpatch errors with assignment in if conditionWang Yufen2014-02-171-7/+9
* | | ipv6: fix checkpatch errors with space required or prohibitedWang Yufen2014-02-171-19/+19
* | | ipv6: fix checkpatch errors with brace and "foo *bar"Wang Yufen2014-02-171-3/+2
* | | netlink: fix checkpatch errors space and "foo *bar"Wang Yufen2014-02-171-2/+2
* | | sch_netem: replace magic numbers with enumerate in get_loss_clgYang Yingliang2014-02-171-2/+2
* | | ieee802154: add netlink APIs for smartMAC configurationPhoebe Buckheister2014-02-174-2/+101
* | | ieee802154: add support for setting CCA energy detection levelsPhoebe Buckheister2014-02-173-3/+39
* | | ieee802154: add support for CCA mode in wpan physPhoebe Buckheister2014-02-173-3/+41
* | | ieee802154: add support for listen-before-talk in wpan_phyPhoebe Buckheister2014-02-173-12/+58
* | | ieee802154: add TX power control to wpan_phyPhoebe Buckheister2014-02-176-4/+64
OpenPOWER on IntegriCloud