aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong10-23/+14
2014-01-13net: gro: change GRO overflow strategyEric Dumazet1-2/+15
2014-01-13gre_offload: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa4-4/+27
2014-01-13ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with itHannes Frederic Sowa1-1/+22
2014-01-13ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu spoofingHannes Frederic Sowa4-8/+17
2014-01-13HHF qdisc: fix jiffies-time conversion.Terry Lam1-6/+6
2014-01-10Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller41-311/+429
2014-01-10tcp: metrics: Allow selective get/del of tcp-metrics based on src IPChristoph Paasch1-10/+38
2014-01-10tcp: metrics: Delete all entries matching a certain destinationChristoph Paasch1-6/+11
2014-01-10tcp: metrics: New netlink attribute for src IP and dumped in netlink replyChristoph Paasch1-0/+6
2014-01-10tcp: metrics: Add source-address to tcp-metricsChristoph Paasch1-9/+25
2014-01-10tcp: metrics: rename tcpm_addr to tcpm_daddrChristoph Paasch1-36/+36
2014-01-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller36-880/+2449
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-0/+365
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville36-880/+2449
2014-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller18-277/+547
2014-01-09netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso3-3/+21
2014-01-09netfilter: introduce l2tp match extensionJames Chapman3-0/+365
2014-01-09ip_tunnel: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-09openvswitch: Use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy9-10/+10
2014-01-09netfilter: nf_tables: prohibit deletion of a table with existing setsPatrick McHardy1-1/+1
2014-01-09netfilter: nf_tables: take AF module reference when creating a tablePatrick McHardy1-1/+7
2014-01-09netfilter: nf_tables: perform flags validation before table allocationPatrick McHardy1-13/+9
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy10-28/+28
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy10-16/+16
2014-01-09netfilter: nf_tables: replay request after dropping locks to load chain typePatrick McHardy1-4/+8
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy5-0/+5
2014-01-09netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy1-21/+24
2014-01-09netfilter: nf_tables: fix check for table overflowPatrick McHardy1-3/+3
2014-01-09netfilter: nf_tables: restore chain change atomicityPatrick McHardy1-22/+21
2014-01-09netfilter: nf_tables: split chain policy validation from actually setting itPatrick McHardy1-36/+20
2014-01-09netfilter: nft_meta: fix lack of validation of the input registerPablo Neira Ayuso1-0/+3
2014-01-09netfilter: nft_ct: Add support to set the connmarkKristian Evensen1-30/+134
2014-01-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-10/+18
2014-01-08batman-adv: set the isolation mark in the skb if neededAntonio Quartulli3-2/+44
2014-01-08batman-adv: create helper function to get AP isolation statusAntonio Quartulli3-12/+28
2014-01-08batman-adv: extend the ap_isolation mechanismAntonio Quartulli1-0/+5
2014-01-08batman-adv: print the new BATADV_TT_CLIENT_ISOLA flagAntonio Quartulli1-4/+8
2014-01-08batman-adv: mark a local client as isolated when neededAntonio Quartulli5-5/+23
2014-01-08batman-adv: add isolation_mark sysfs attributeAntonio Quartulli3-0/+75
2014-01-08batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli7-140/+153
2014-01-08batman-adv: remove parenthesis from return statementsAntonio Quartulli1-1/+1
2014-01-08batman-adv: rename gw_deselect() to gw_reselect()Antonio Quartulli4-18/+29
2014-01-08batman-adv: deselect current GW on client mode switch offAntonio Quartulli2-0/+14
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli41-123/+41
2014-01-08batman-adv: don't switch byte order too often if not neededAntonio Quartulli1-3/+5
2014-01-08batman-adv: properly rename define in distributed arp table header fileAntonio Quartulli1-3/+3
2014-01-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville13-797/+1941