summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
2014-01-13l2tp: make local functions staticstephen hemminger
2014-01-13gre_offload: simplify GRE header length calculation in gre_gso_segment()Neal Cardwell
2014-01-13net_sched: act: remove struct tcf_act_hdrWANG Cong
2014-01-13net_sched: avoid casting void pointerWANG Cong
2014-01-13net_sched: optimize tcf_match_indev()WANG Cong
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong
2014-01-13net_sched: act: clean up notification functionsWANG Cong
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong
2014-01-13net: gro: change GRO overflow strategyEric Dumazet
2014-01-13gre_offload: fix sparse non static symbol warningWei Yongjun
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa
2014-01-13ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with itHannes Frederic Sowa
2014-01-13ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa
2014-01-13HHF qdisc: fix jiffies-time conversion.Terry Lam
2014-01-10Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2014-01-10tcp: metrics: Allow selective get/del of tcp-metrics based on src IPChristoph Paasch
2014-01-10tcp: metrics: Delete all entries matching a certain destinationChristoph Paasch
2014-01-10tcp: metrics: New netlink attribute for src IP and dumped in netlink replyChristoph Paasch
2014-01-10tcp: metrics: Add source-address to tcp-metricsChristoph Paasch
2014-01-10tcp: metrics: rename tcpm_addr to tcpm_daddrChristoph Paasch
2014-01-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-01-09netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso
2014-01-09netfilter: introduce l2tp match extensionJames Chapman
2014-01-09ip_tunnel: fix sparse non static symbol warningWei Yongjun
2014-01-09openvswitch: Use kmem_cache_free() instead of kfree()Wei Yongjun
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy
2014-01-09netfilter: nf_tables: prohibit deletion of a table with existing setsPatrick McHardy
2014-01-09netfilter: nf_tables: take AF module reference when creating a tablePatrick McHardy
2014-01-09netfilter: nf_tables: perform flags validation before table allocationPatrick McHardy
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy
2014-01-09netfilter: nf_tables: replay request after dropping locks to load chain typePatrick McHardy
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy
2014-01-09netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy
2014-01-09netfilter: nf_tables: fix check for table overflowPatrick McHardy
2014-01-09netfilter: nf_tables: restore chain change atomicityPatrick McHardy
2014-01-09netfilter: nf_tables: split chain policy validation from actually setting itPatrick McHardy
2014-01-09netfilter: nft_meta: fix lack of validation of the input registerPablo Neira Ayuso
2014-01-09netfilter: nft_ct: Add support to set the connmarkKristian Evensen
2014-01-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-01-08batman-adv: set the isolation mark in the skb if neededAntonio Quartulli
2014-01-08batman-adv: create helper function to get AP isolation statusAntonio Quartulli
2014-01-08batman-adv: extend the ap_isolation mechanismAntonio Quartulli
2014-01-08batman-adv: print the new BATADV_TT_CLIENT_ISOLA flagAntonio Quartulli
2014-01-08batman-adv: mark a local client as isolated when neededAntonio Quartulli
2014-01-08batman-adv: add isolation_mark sysfs attributeAntonio Quartulli
2014-01-08batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli