aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt59-82/+70
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt97-123/+133
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt5-79/+68
2010-05-02netfilter: xtables: dissolve do_match functionJan Engelhardt2-34/+10
2010-05-02netfilter: xtables: fix incorrect return codeJan Engelhardt1-2/+2
2010-05-02netfilter: ip_tables: fix compilation when debug is enabledJan Engelhardt1-2/+2
2010-04-27netfilter: x_tables: rectify XT_FUNCTION_MAXNAMELEN usageJan Engelhardt1-8/+6
2010-04-23netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer4-7/+12
2010-04-22netfilter: ip_tables: convert pr_devel() to pr_debug()Patrick McHardy1-5/+5
2010-04-21netfilter: x_tables: move sleeping allocation outside BH-disabled regionJan Engelhardt1-6/+6
2010-04-20netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPPoE trafficBart De Schuymer3-1/+12
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy5616-34765/+132342
2010-04-20netfilter: xt_TEE: resolve oif using netdevice notifiersPatrick McHardy2-23/+83
2010-04-20net: emphasize rtnl lock required in call_netdevice_notifiersJiri Pirko1-0/+1
2010-04-20rps: consistent rxhashEric Dumazet1-7/+18
2010-04-20rps: cleanupsEric Dumazet2-71/+82
2010-04-19rps: static functionsEric Dumazet1-2/+2
2010-04-19rps: shortcut net_rps_action()Eric Dumazet2-50/+38
2010-04-19bnx2x: Date and versionVladislav Zolotarov1-2/+2
2010-04-19bnx2x: Don't report link down if has been already downVladislav Zolotarov1-2/+4
2010-04-19bnx2x: Rework power state handling codeVladislav Zolotarov1-3/+9
2010-04-19bnx2x: use mask in test_registers() to avoid parity errorVladislav Zolotarov1-1/+1
2010-04-19bnx2x: Fixed MSI-X enabling flowVladislav Zolotarov2-8/+38
2010-04-19bnx2x: Added new statisticsVladislav Zolotarov2-46/+76
2010-04-19bnx2x: White spacesVladislav Zolotarov2-161/+213
2010-04-19bnx2x: Protect code with NOMCPVladislav Zolotarov1-12/+32
2010-04-19bnx2x: Increase DMAE max write size for 57711Vladislav Zolotarov2-5/+6
2010-04-19bnx2x: Use VPD-R V0 entry to display firmware revisionVladislav Zolotarov2-2/+73
2010-04-19bnx2x: Parity errors handling for 57710 and 57711Vladislav Zolotarov3-56/+1039
2010-04-19netfilter: xtables: remove old comments about reentrancyJan Engelhardt4-10/+0
2010-04-19netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt3-24/+18
2010-04-19netfilter: xtables: make ip_tables reentrantJan Engelhardt5-66/+145
2010-04-19netfilter: xtables: inclusion of xt_TEEJan Engelhardt7-0/+276
2010-04-18net: Introduce skb_orphan_try()Eric Dumazet1-14/+13
2010-04-18net: remove time limit in process_backlog()Eric Dumazet1-3/+2
2010-04-17rps: rps_sock_flow_table is mostly readEric Dumazet1-1/+1
2010-04-16rfs: Receive Flow SteeringTom Herbert8-29/+389
2010-04-15ipv6: fix the comment of ip6_xmit()Shan Wei1-1/+1
2010-04-15net: replace ipfragok with skb->local_dfShan Wei15-20/+20
2010-04-15ipv6: cancel to setting local_df in ip6_xmit()Shan Wei1-4/+0
2010-04-15net/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4Joe Perches1-2/+2
2010-04-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller174-5613/+8597
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6David S. Miller2-3/+9
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville174-5613/+8597
2010-04-15netfilter: ipt_LOG/ip6t_LOG: use more appropriate log level as defaultPatrick McHardy2-2/+2
2010-04-15ipv4: ipmr: fix NULL pointer deref during unres queue destructionPatrick McHardy1-1/+5
2010-04-15ipv4: ipmr: fix invalid cache resolving when adding a non-matching entryPatrick McHardy1-1/+3
2010-04-15ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependenciesPatrick McHardy1-1/+1
2010-04-15netfilter: ipv6: move xfrm_lookup at end of ip6_route_me_harderUlrich Weber1-14/+11
2010-04-15netfilter: bridge-netfilter: Fix MAC header handling with IP DNATBart De Schuymer3-26/+83