aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-11[NET_SCHED]: ematch: module autoloadingPatrick McHardy2-10/+9
2007-07-11[VLAN]: Fix MAC address handlingPatrick McHardy1-0/+1
2007-07-11Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller3-2/+22
2007-07-11[NET]: Fix races in net_rx_action vs netpoll.Olaf Kirch1-0/+10
2007-07-11[AF_UNIX]: Rewrite garbage collector, fixes race.Miklos Szeredi1-1/+2
2007-07-10[DECNET]: Another unnecessary net/tcp.h inclusion in net/dn.hIlpo Järvinen1-1/+0
2007-07-10[IPV6]: Make IPV6_{RECV,2292}RTHDR boolean options.YOSHIFUJI Hideaki1-2/+2
2007-07-10[IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki2-6/+2
2007-07-10[NET]: Update comments for skb checksumsHerbert Xu1-2/+10
2007-07-11[Bluetooth] Add basics to better support and handle eSCO linksMarcel Holtmann2-2/+18
2007-07-10[IPV4]: Make ip_tos2prio const.Philippe De Muyter1-1/+1
2007-07-10[NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystemYasuyuki Kozakai1-1/+2
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2-5/+7
2007-07-10[NETFILTER]: ipt_CLUSTERIP: add compat codePatrick McHardy1-2/+2
2007-07-10[NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpersPatrick McHardy1-2/+2
2007-07-10[NETFILTER]: nf_conntrack_expect: introduce nf_conntrack_expect_max sysctPatrick McHardy1-0/+1
2007-07-10[NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation listPatrick McHardy3-3/+6
2007-07-10[NETFILTER]: nf_conntrack: use hashtable for expectationsPatrick McHardy2-1/+5
2007-07-10[NETFILTER]: nf_conntrack: move expectaton related init code to nf_conntrack_expect.cPatrick McHardy1-2/+2
2007-07-10[NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy3-26/+47
2007-07-10[NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy3-24/+23
2007-07-10[NETFILTER]: nf_nat: use hlists for bysource hashPatrick McHardy1-1/+1
2007-07-10[NETFILTER]: nf_conntrack: export hash allocation/destruction functionsPatrick McHardy1-0/+4
2007-07-10[NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntrack_find_getPatrick McHardy1-2/+1
2007-07-10[NETFILTER]: nf_conntrack: use hlists for conntrack hashPatrick McHardy2-4/+3
2007-07-10[NETFILTER]: nf_nat: merge nf_conn and nf_nat_infoYasuyuki Kozakai1-11/+6
2007-07-10[NETFILTER]: nf_nat: kill global 'destroy' operationYasuyuki Kozakai1-3/+0
2007-07-10[NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai2-16/+0
2007-07-10[NETFILTER]: nf_nat: remove unused nf_nat_module_is_loadedYasuyuki Kozakai1-2/+0
2007-07-10[NETFILTER]: nf_nat: use extension infrastructureYasuyuki Kozakai3-17/+8
2007-07-10[NETFILTER]: nf_nat: add reference to conntrack from entry of bysource listYasuyuki Kozakai1-2/+3
2007-07-10[NETFILTER]: nf_conntrack: use extension infrastructure for helperYasuyuki Kozakai4-26/+11
2007-07-10[NETFILTER]: nf_conntrack: introduce extension infrastructureYasuyuki Kozakai2-0/+83
2007-07-10[NETFILTER]: nf_nat: move NAT declarations from nf_conntrack_ipv4.h to nf_nat.hYasuyuki Kozakai4-22/+21
2007-07-10[NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik1-1/+3
2007-07-10[NETFILTER]: Add u32 matchJan Engelhardt1-0/+40
2007-07-10[NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt1-5/+5
2007-07-10[NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt1-5/+5
2007-07-10[NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt1-8/+8
2007-07-10[NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt1-1/+1
2007-07-10[NETFILTER]: ip6_tables: fix explanation of valid upper protocol numberYasuyuki Kozakai1-2/+8
2007-07-10[UDP]: Cleanup UDP encapsulation codeJames Chapman1-2/+3
2007-07-10[IrDA]: Monitor mode.Samuel Ortiz1-0/+1
2007-07-10[IrDA]: Netlink layer.Samuel Ortiz3-0/+32
2007-07-10[NET]: Allow group ownership of TUN/TAP devices.Guido Guenther1-0/+2
2007-07-10[NET_SCHED]: Remove unnecessary stats_lock pointersPatrick McHardy1-2/+0
2007-07-10[XFRM] Introduce standalone SAD lookupJamal Hadi Salim1-0/+4
2007-07-10[NET]: Fix secondary unicast/multicast address count maintenancePatrick McHardy1-2/+2
2007-07-10[SCHED]: Qdisc changes and sch_rr added for multiqueuePeter P Waskiewicz Jr1-0/+9
2007-07-10[CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr3-9/+99