summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt21-46/+43
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt58-81/+69
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt96-121/+133
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt4-54/+51
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-23netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer3-7/+11
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 PPP...Bart De Schuymer2-1/+5
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy565-3414/+17553
2010-04-20netfilter: xt_TEE: resolve oif using netdevice notifiersPatrick McHardy1-23/+80
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 Dumazet1-69/+80
2010-04-20rps: static functionsEric Dumazet1-2/+2
2010-04-20rps: shortcut net_rps_action()Eric Dumazet1-47/+32
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 Engelhardt4-66/+138
2010-04-19netfilter: xtables: inclusion of xt_TEEJan Engelhardt5-0/+266
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-17rfs: Receive Flow SteeringTom Herbert6-28/+283
2010-04-16ipv6: fix the comment of ip6_xmit()Shan Wei1-1/+1
2010-04-16net: replace ipfragok with skb->local_dfShan Wei11-15/+16
2010-04-16ipv6: cancel to setting local_df in ip6_xmit()Shan Wei1-4/+0
2010-04-16net/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4Joe Perches1-2/+2
2010-04-16Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller29-218/+658
2010-04-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2-3/+9
2010-04-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville29-218/+658
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 Schuymer1-25/+65
2010-04-15netfilter: bridge-netfilter: simplify IP DNATBart De Schuymer2-97/+26
2010-04-15net: netif_rx() must disable preemptionEric Dumazet1-10/+15
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-04-14ipv4: ipmr: support multiple tablesPatrick McHardy2-61/+352
2010-04-14ipv4: ipmr: move mroute data into seperate structurePatrick McHardy1-170/+199
2010-04-14ipv4: ipmr: convert struct mfc_cache to struct list_headPatrick McHardy1-64/+61
2010-04-14ipv4: ipmr: remove net pointer from struct mfc_cachePatrick McHardy1-33/+32
2010-04-14ipv4: ipmr: move unres_queue and timer to per-namespace dataPatrick McHardy1-41/+29
2010-04-14net: fib_rules: decouple address families from real address familiesPatrick McHardy4-8/+13
2010-04-14net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy4-3/+1
2010-04-14net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy3-36/+20