summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa2014-02-252-10/+17
* tcp: reduce the bloat caused by tcp_is_cwnd_limited()Eric Dumazet2014-02-241-2/+1
* ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa2014-02-221-1/+1
* net: sctp: rework multihoming retransmission path selection to rfc4960Daniel Borkmann2014-02-221-50/+79
* neigh: fix setting of default gc_* valuesJiri Pirko2014-02-221-1/+1
* net-tcp: fastopen: fix high order allocationsEric Dumazet2014-02-222-4/+11
* tipc: make bearer set up in module insertion stageYing Xue2014-02-224-32/+16
* tipc: remove all enabled flags from all tipc componentsYing Xue2014-02-227-50/+50
* net: sctp: Potentially-Failed state should not be reached from unconfirmed stateMatija Glavinic Pecotic2014-02-201-3/+4
* sit: fix panic with route cache in ip tunnelsNicolas Dichtel2014-02-202-3/+23
* ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.cDavid S. Miller2014-02-202-46/+46
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-02-199-58/+57
|\
| * netfilter: ctnetlink: force null nat binding on insertPablo Neira Ayuso2014-02-182-42/+49
| * netfilter: nf_tables: check if payload length is a power of 2Nikolay Aleksandrov2014-02-171-1/+2
| * netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal2014-02-173-9/+0
| * netfilter: nf_nat_snmp_basic: fix duplicates in if/else branchesFX Le Bail2014-02-141-2/+2
| * netfilter: nft_meta: fix typo "CONFIG_NET_CLS_ROUTE"Paul Bolle2014-02-141-2/+2
| * netfilter: nft_reject_inet: fix unintended fall-through in switch-statatementPatrick McHardy2014-02-141-2/+2
* | 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-02-1168-459/+804
|\ \ \ | | |/ | |/|