summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-09-23[NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy56-100/+24
2006-09-23[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy37-82/+51
2006-09-23[NETFILTER]: x_tables: make use of mass registation helpersPatrick McHardy32-1007/+679
2006-09-23[NETFILTER]: x_tables: add helpers for mass match/target registrationPatrick McHardy1-0/+60
2006-09-23[NETFILTER]: xt_CONNMARK: use tabs for indentationPatrick McHardy1-28/+29
2006-09-23[NETFILTER]: replace open coded checksum updatesPatrick McHardy3-33/+20
2006-09-23[NETFILTER]: nfnetlink_queue: fix typo in error messagePatrick McHardy1-2/+2
2006-09-23[NETFILTER]: ctnetlink: remove impossible events tests for updatesPablo Neira Ayuso2-10/+2
2006-09-23[NETFILTER]: ctnetlink: check for listeners before sending expectation eventsPablo Neira Ayuso2-0/+6
2006-09-23[NETFILTER]: ctnetlink: dump connection markPablo Neira Ayuso2-0/+8
2006-09-23[NETFILTER]: conntrack: introduce connection mark eventPablo Neira Ayuso1-2/+14
2006-09-23[NETFILTER]: ipt_recent: add module parameter for changing ownership of /proc...Daniel De Graaf1-0/+8
2006-09-23[NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent...Yasuyuki Kozakai6-108/+143
2006-09-23[NETFILTER]: x_tables: replace IPv4 dscp match by address family independent ...Yasuyuki Kozakai6-66/+125
2006-09-23[SCTP]: Use the flags value that is passed as an arg to sctp_accept.Sridhar Samudrala1-1/+1
2006-09-23[SCTP]: Fix IPv6 address flag setting when doing peel-off/accept.Vladislav Yasevich1-0/+2
2006-09-23[SCTP]: Cleanup nomem handling in the state functions.Vladislav Yasevich1-73/+86
2006-09-23[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Sridhar Samudrala5-6/+44
2006-09-23[IPV6]: Fixup ip6_del_rt() call for new args.David S. Miller1-1/+1
2006-09-23[IPv6] route: Convert GETROUTE to use new netlink apiThomas Graf1-36/+44
2006-09-23[IPv6] route: Convert FIB6 dumping to use new netlink apiThomas Graf2-37/+46
2006-09-23[IPv6] route: FIB6 configuration using struct fib6_configThomas Graf3-184/+231
2006-09-23[IPv6] route: Simplify ip6_ins_rt()Thomas Graf3-9/+14
2006-09-23[IPv6] route: Simplify ip6_del_rt()Thomas Graf3-11/+17
2006-09-23[PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller7-647/+932
2006-09-23[ETH]: indentation and cleanupStephen Hemminger1-50/+46
2006-09-23[ETH]: docbook commentsStephen Hemminger1-31/+69
2006-09-23[NET] neighbour: reduce exportsStephen Hemminger1-5/+1
2006-09-23[IPv4]: Convert route get to new netlink apiThomas Graf2-40/+46
2006-09-23[IPv4]: Convert FIB dumping to use new netlink apiThomas Graf6-80/+86
2006-09-23[IPv4]: FIB configuration using struct fib_configThomas Graf5-441/+489
2006-09-23[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley18-69/+69
2006-09-23[RTNETLINK]: Unexport rtnl socketThomas Graf1-3/+1
2006-09-23[NET] link: Convert notifications to use rtnl_notify()Thomas Graf1-10/+12
2006-09-23[WIRELESS]: Convert notifications to use rtnl_notify()Thomas Graf1-1/+2
2006-09-23[BRIDGE]: Convert notifications to use rtnl_notify()Thomas Graf1-16/+15
2006-09-23[IPv6] prefix: Convert prefix notifications to use rtnl_notify()Thomas Graf1-11/+14
2006-09-23[IPv6] link: Convert link notifications to use rtnl_notify()Thomas Graf1-11/+14
2006-09-23[IPv6] route: Convert route notifications to use rtnl_notify()Thomas Graf1-20/+18
2006-09-23[IPv6] address: Convert address notification to use rtnl_notify()Thomas Graf1-11/+15
2006-09-23[IPv4] route: Convert route notifications to use rtnl_notify()Thomas Graf1-16/+16
2006-09-23[IPv4] address: Convert address notification to use rtnl_notify()Thomas Graf1-16/+37
2006-09-23[DECNET]: Convert DECnet notifications to use rtnl_notify()Thomas Graf2-25/+28
2006-09-23[NEIGH]: Convert neighbour notifications ot use rtnl_notify()Thomas Graf1-18/+17
2006-09-23[NET] fib_rules: Convert fib rule notification to use rtnl_notify()Thomas Graf1-11/+21
2006-09-23[RTNETLINK]: Add rtnetlink notification interfaceThomas Graf1-0/+18
2006-09-23[NETLINK]: Add notification message sending interfaceThomas Graf3-3/+35
2006-09-23[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf7-24/+19
2006-09-23[IPV6] udp: Fix type in previous change.David S. Miller1-2/+2
2006-09-23[NETFILTER]: Make unused signal code go away so nobody copies its brokennessAlan Cox1-21/+0