summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-08-02netfilter: nf_nat: make unique_tuple return voidChangli Gao9-28/+26
2010-08-02netfilter: nf_nat: use local variable hdrlenChangli Gao1-11/+7
2010-08-02ipvs: provide default ip_vs_conn_{in,out}_get_protoSimon Horman4-153/+51
2010-08-02ipvs: remove EXPERIMENTAL tagSimon Horman1-1/+1
2010-08-02netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist()Changli Gao1-10/+12
2010-08-02netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet3-12/+18
2010-07-23netfilter: iptables: use skb->len for accountingChangli Gao1-1/+1
2010-07-23netfilter: ip6tables: use skb->len for accountingChangli Gao1-3/+1
2010-07-23xt_quota: report initial quota value instead of current value to userspaceChangli Gao1-2/+0
2010-07-23netfilter: xt_quota: use per-rule spin lockChangli Gao1-5/+5
2010-07-23netfilter: arptables: use arp_hdr_len()Changli Gao1-4/+1
2010-07-23netfilter: nf_nat_core: merge the same linesChangli Gao1-7/+2
2010-07-23netfilter: add xt_cpu matchEric Dumazet3-0/+73
2010-07-23IPVS: make FTP work with full NAT supportHannes Eder4-57/+165
2010-07-23IPVS: make friends with nf_conntrackHannes Eder3-37/+30
2010-07-23netfilter: xt_ipvs (netfilter matcher for IPVS)Hannes Eder4-0/+201
2010-07-15netfilter: add CHECKSUM targetMichael S. Tsirkin3-0/+87
2010-07-15netfilter: nf_ct_tcp: fix flow recovery with TCP window tracking enabledPablo Neira Ayuso1-1/+9
2010-07-09netfilter: xt_TPROXY: the length of lines should be within 80Changli Gao1-2/+4
2010-07-09ipvs: lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_outXiaoyu Du1-1/+1
2010-07-05ipvs: Kconfig cleanupMichal Marek1-4/+1
2010-07-05netfilter: ipt_REJECT: avoid touching dst refEric Dumazet1-1/+1
2010-07-05netfilter: ipt_REJECT: postpone the checksum calculation.Changli Gao1-5/+5
2010-07-05netfilter: nf_conntrack_reasm: add fast path for in-order fragmentsChangli Gao1-0/+9
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches1-0/+62
2010-07-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller15-111/+243
2010-07-02bridge: add per bridge device controls for invoking iptablesPatrick McHardy3-9/+97
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller19-62/+178
2010-07-01ethtool: Add support for control of RX flow hash indirectionBen Hutchings1-0/+80
2010-07-01ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-23/+5
2010-07-01fragment: add fast path for in-order fragmentsChangli Gao2-0/+23
2010-07-01snmp: 64bit ipstats_mib for all archesEric Dumazet4-10/+76
2010-06-30act_nat: use stack variableChangli Gao1-21/+10
2010-06-30act_mirred: combine duplicate codeChangli Gao1-4/+2
2010-06-30mac82011: Allow selection of minstrel_ht as default rc algorithmHelmut Schaa1-0/+1
2010-06-30net/core: use ntohs for skb->protocolSebastian Andrzej Siewior1-1/+2
2010-06-30ipv6: Use interface max_desync_factor instead of static defaultBen Hutchings1-4/+4
2010-06-30ipv6: Clamp reported valid_lft to a minimum of 0Ben Hutchings1-2/+6
2010-06-30net/Makefile: conditionally descend to wireless and ieee802154Nicolas Kaiser1-2/+2
2010-06-29mac80211: add basic tracing to drv_get_surveyJohn W. Linville2-1/+28
2010-06-29mac80211: remove unnecessary check in ieee80211_dump_surveyJohn W. Linville1-3/+0
2010-06-29caif: Kconfig and Makefile fixesSjur Braendeland2-17/+4
2010-06-29act_mirred: don't clone skb when skb isn't sharedChangli Gao1-3/+3
2010-06-29tcp: tso_fragment() might avoid GFP_ATOMICEric Dumazet1-3/+3
2010-06-29vlan: 64 bit rx countersEric Dumazet3-25/+41
2010-06-29net: use this_cpu_ptr()Eric Dumazet3-4/+4
2010-06-28mac80211: fix the for_each_sta_info macroFelix Fietkau1-8/+8
2010-06-28mac80211: use netif_receive_skb in ieee80211_tx_status callpathJohn W. Linville1-2/+2
2010-06-28mac80211: use netif_receive_skb in ieee80211_rx callpathJohn W. Linville1-5/+5
2010-06-28netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC headerPatrick McHardy2-42/+93