aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-09-22[IPV6]: Add Kconfig to enable Mobile IPv6.Masahide NAKAMURA1-0/+9
2006-09-22[XFRM]: Fix message about transformation user interface.Masahide NAKAMURA2-4/+4
2006-09-22[XFRM] IPV6: Restrict bundle reusingMasahide NAKAMURA3-4/+10
2006-09-22[XFRM] IPV6: Update outbound state timestamp for each sending.Masahide NAKAMURA2-0/+5
2006-09-22[XFRM] STATE: Introduce care-of address.Noriaki TAKAMIYA2-1/+33
2006-09-22[XFRM] STATE: Support non-fragment outbound transformation headers.Masahide NAKAMURA3-3/+24
2006-09-22[XFRM] STATE: Add a hook to obtain local/remote outbound address.Masahide NAKAMURA1-2/+18
2006-09-22[XFRM]: Rename secpath_has_tunnel to secpath_has_nontransport.Masahide NAKAMURA1-3/+3
2006-09-22[XFRM] STATE: Common receive function for route optimization extension headers.Masahide NAKAMURA3-0/+110
2006-09-22[XFRM]: Restrict authentication algorithm only when inbound transformation pr...Masahide NAKAMURA1-1/+2
2006-09-22[XFRM] STATE: Introduce route optimization mode.Masahide NAKAMURA3-0/+102
2006-09-22[XFRM] STATE: Add a hook to find offset to be inserted header in outbound.Masahide NAKAMURA6-3/+13
2006-09-22[XFRM] STATE: Search by address using source address list.Masahide NAKAMURA4-10/+116
2006-09-22[XFRM] STATE: Add source address list.Masahide NAKAMURA3-2/+25
2006-09-22[XFRM] STATE: Allow non IPsec protocol.Masahide NAKAMURA1-1/+1
2006-09-22[XFRM]: Introduce a helper to compare id protocol.Masahide NAKAMURA1-3/+3
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA19-36/+37
2006-09-22[IPV6] ROUTE: Unify RT6_F_xxx and RT6_SELECT_F_xxx flagsYOSHIFUJI Hideaki2-21/+13
2006-09-22[IPV6] KCONFIG: Add subtrees support.YOSHIFUJI Hideaki1-0/+14
2006-09-22[IPV6] ROUTE: Add credits about subtree fixes.YOSHIFUJI Hideaki2-0/+3
2006-09-22[IPV6] NDISC: Search subtrees when backtracking on receipt of redirects.YOSHIFUJI Hideaki1-10/+3
2006-09-22[IPV6] ROUTE: Purge clones on other trees when deleting a route.YOSHIFUJI Hideaki1-2/+12
2006-09-22[IPV6] ROUTE: Search subtree when backtracking.YOSHIFUJI Hideaki1-12/+18
2006-09-22[IPV6] ROUTE: Put SUBTREE() as FIB6_SUBTREE() into ip6_fib.h for future use.YOSHIFUJI Hideaki1-11/+9
2006-09-22[IPV6] ROUTE: Allow searching subtree only.YOSHIFUJI Hideaki1-1/+1
2006-09-22[IPV6] ROUTE: Make sure we do not exceed args in fib6_lookup_1().YOSHIFUJI Hideaki1-7/+16
2006-09-22[IPV6] ROUTE: Fix looking up a route on subtree.YOSHIFUJI Hideaki1-24/+15
2006-09-22[IPV6] ROUTE: Prune clones from main tree as well.YOSHIFUJI Hideaki1-1/+1
2006-09-22[IPV6] ROUTE: Make sure we have fn->leaf when adding a node on subtree.YOSHIFUJI Hideaki1-6/+26
2006-09-22[IPV6]: Cache source address as well in ipv6_pinfo{}.YOSHIFUJI Hideaki7-8/+21
2006-09-22[IPV6] ROUTE: Introduce a helper to check route validity.YOSHIFUJI Hideaki1-7/+12
2006-09-22[IPV6] NDISC: Initialize fl with outbound interface to lookup rules properly.YOSHIFUJI Hideaki1-5/+11
2006-09-22[IPV6] NDISC: Search over all possible rules on receipt of redirect.YOSHIFUJI Hideaki1-24/+61
2006-09-22[IPV6] NDISC: Take source address into account for redirects.YOSHIFUJI Hideaki2-3/+5
2006-09-22[RTNETLINK]: Don't return error on no-metrics.David S. Miller1-2/+4
2006-09-22[NETFILTER]: x_tables: Fix typos after conversion to use mass registation helperThomas Graf2-5/+5
2006-09-22[SCTP]: Remove multiple levels of msecs to jiffies conversions.Vladislav Yasevich4-87/+72
2006-09-22[NETFILTER]: xt_tcpmss: minor cleanupsPatrick McHardy1-30/+18
2006-09-22[NETFILTER]: ip6_tables: consolidate dst and hbh matchesPatrick McHardy3-244/+25
2006-09-22[NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy56-100/+24
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy37-82/+51
2006-09-22[NETFILTER]: x_tables: make use of mass registation helpersPatrick McHardy32-1007/+679
2006-09-22[NETFILTER]: x_tables: add helpers for mass match/target registrationPatrick McHardy1-0/+60
2006-09-22[NETFILTER]: xt_CONNMARK: use tabs for indentationPatrick McHardy1-28/+29
2006-09-22[NETFILTER]: replace open coded checksum updatesPatrick McHardy3-33/+20
2006-09-22[NETFILTER]: nfnetlink_queue: fix typo in error messagePatrick McHardy1-2/+2
2006-09-22[NETFILTER]: ctnetlink: remove impossible events tests for updatesPablo Neira Ayuso2-10/+2
2006-09-22[NETFILTER]: ctnetlink: check for listeners before sending expectation eventsPablo Neira Ayuso2-0/+6
2006-09-22[NETFILTER]: ctnetlink: dump connection markPablo Neira Ayuso2-0/+8
2006-09-22[NETFILTER]: conntrack: introduce connection mark eventPablo Neira Ayuso1-2/+14
2006-09-22[NETFILTER]: ipt_recent: add module parameter for changing ownership of /proc...Daniel De Graaf1-0/+8
2006-09-22[NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent...Yasuyuki Kozakai6-108/+143
2006-09-22[NETFILTER]: x_tables: replace IPv4 dscp match by address family independent ...Yasuyuki Kozakai6-66/+125
2006-09-22[SCTP]: Use the flags value that is passed as an arg to sctp_accept.Sridhar Samudrala1-1/+1
2006-09-22[SCTP]: Fix IPv6 address flag setting when doing peel-off/accept.Vladislav Yasevich1-0/+2
2006-09-22[SCTP]: Cleanup nomem handling in the state functions.Vladislav Yasevich1-73/+86
2006-09-22[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Sridhar Samudrala5-6/+44
2006-09-22[IPV6]: Fixup ip6_del_rt() call for new args.David S. Miller1-1/+1
2006-09-22[IPv6] route: Convert GETROUTE to use new netlink apiThomas Graf1-36/+44
2006-09-22[IPv6] route: Convert FIB6 dumping to use new netlink apiThomas Graf2-37/+46
2006-09-22[IPv6] route: FIB6 configuration using struct fib6_configThomas Graf3-184/+231
2006-09-22[IPv6] route: Simplify ip6_ins_rt()Thomas Graf3-9/+14
2006-09-22[IPv6] route: Simplify ip6_del_rt()Thomas Graf3-11/+17
2006-09-22[PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller7-647/+932
2006-09-22[ETH]: indentation and cleanupStephen Hemminger1-50/+46
2006-09-22[ETH]: docbook commentsStephen Hemminger1-31/+69
2006-09-22[NET] neighbour: reduce exportsStephen Hemminger1-5/+1
2006-09-22[IPv4]: Convert route get to new netlink apiThomas Graf2-40/+46
2006-09-22[IPv4]: Convert FIB dumping to use new netlink apiThomas Graf6-80/+86
2006-09-22[IPv4]: FIB configuration using struct fib_configThomas Graf5-441/+489
2006-09-22[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley18-69/+69
2006-09-22[RTNETLINK]: Unexport rtnl socketThomas Graf1-3/+1
2006-09-22[NET] link: Convert notifications to use rtnl_notify()Thomas Graf1-10/+12
2006-09-22[WIRELESS]: Convert notifications to use rtnl_notify()Thomas Graf1-1/+2
2006-09-22[BRIDGE]: Convert notifications to use rtnl_notify()Thomas Graf1-16/+15
2006-09-22[IPv6] prefix: Convert prefix notifications to use rtnl_notify()Thomas Graf1-11/+14
2006-09-22[IPv6] link: Convert link notifications to use rtnl_notify()Thomas Graf1-11/+14
2006-09-22[IPv6] route: Convert route notifications to use rtnl_notify()Thomas Graf1-20/+18
2006-09-22[IPv6] address: Convert address notification to use rtnl_notify()Thomas Graf1-11/+15
2006-09-22[IPv4] route: Convert route notifications to use rtnl_notify()Thomas Graf1-16/+16
2006-09-22[IPv4] address: Convert address notification to use rtnl_notify()Thomas Graf1-16/+37
2006-09-22[DECNET]: Convert DECnet notifications to use rtnl_notify()Thomas Graf2-25/+28
2006-09-22[NEIGH]: Convert neighbour notifications ot use rtnl_notify()Thomas Graf1-18/+17
2006-09-22[NET] fib_rules: Convert fib rule notification to use rtnl_notify()Thomas Graf1-11/+21
2006-09-22[RTNETLINK]: Add rtnetlink notification interfaceThomas Graf1-0/+18
2006-09-22[NETLINK]: Add notification message sending interfaceThomas Graf3-3/+35
2006-09-22[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf7-24/+19
2006-09-22[IPV6] udp: Fix type in previous change.David S. Miller1-2/+2
2006-09-22[NETFILTER]: Make unused signal code go away so nobody copies its brokennessAlan Cox1-21/+0
2006-09-22[IPV6]: Add UDP_MIB_{SND,RCV}BUFERRORS handling.David S. Miller1-1/+16
2006-09-22[IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBsMartin Bligh2-1/+17
2006-09-22[DECNET]: cleanupsAdrian Bunk2-6/+7
2006-09-22[IPV6] ip6_fib.c: make code staticAdrian Bunk1-5/+24
2006-09-22[DECNET] Fix to decnet rules compare functionSteven Whitehouse1-2/+2
2006-09-22[DECNET] Fix to multiple tables routingSteven Whitehouse1-0/+1
2006-09-22[NET] netdev: Check name lengthStephen Hemminger1-1/+5
2006-09-22[HTB]: rbtree cleanupStephen Hemminger1-7/+27
2006-09-22[HTB]: Use hlist for hash lists.Stephen Hemminger1-22/+27
2006-09-22[HTB]: LindentStephen Hemminger1-475/+526
2006-09-22[HTB]: HTB_HYSTERESIS cleanupStephen Hemminger1-10/+17
2006-09-22[HTB]: Remove lock macro.Stephen Hemminger1-10/+8
2006-09-22[HTB]: Remove broken debug code.Stephen Hemminger1-268/+34
2006-09-22[DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy3-84/+92
2006-09-22[IPV6]: Increase number of possible routing tables to 2^32Patrick McHardy2-147/+152
2006-09-22[IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy4-62/+96
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy10-12/+26
2006-09-22[NET]: Use u32 for routing table IDsPatrick McHardy8-22/+22
2006-09-22[NET]: Kill double initialization in sock_alloc_inode.David S. Miller1-1/+0
2006-09-22[NET]: Remove unnecessary config.h includes from net/Dave Jones9-11/+2
2006-09-22[NET]: sock_register interface changesStephen Hemminger1-6/+4
2006-09-22[NET]: socket family using RCUStephen Hemminger1-98/+76
2006-09-22[NET] socket: code style cleanupStephen Hemminger1-341/+388
2006-09-22[SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages().Sridhar Samudrala1-6/+1
2006-09-22[DECNET]: Convert rwlock to spinlockSteven Whitehouse1-5/+5
2006-09-22[DECNET]: Covert rules to use generic codeSteven Whitehouse7-313/+191
2006-09-22[IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu3-19/+19
2006-09-22[IPV4] fib: convert reader/writer to spinlockStephen Hemminger1-10/+10
2006-09-22[IPV6]: Make sure fib6_rule_lookup doesn't return NULLVille Nuorvala1-1/+5
2006-09-22[IPV4]: Uninline inet_lookup_listenerHerbert Xu1-3/+32
2006-09-22[INET]: Remove is_setbyuser patchLouis Nyffenegger1-1/+0
2006-09-22[IPV4]: Kill fib4_rules_clean().David S. Miller1-5/+0
2006-09-22[IPV6]: Protect RTM_GETRULE table entry with IPV6_MULTIPLE_TABLES ifdefDavid S. Miller1-0/+2
2006-09-22[NET]: Make code static.Adrian Bunk6-13/+13
2006-09-22[SUNRPC]: Update to use in-kernel sockets API.Sridhar Samudrala2-28/+18
2006-09-22[NET]: Round out in-kernel sockets APISridhar Samudrala1-0/+113
2006-09-22[NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf1-2/+0
2006-09-22[NEIGH]: Convert neighbour table dumping to new netlink apiThomas Graf1-67/+74
2006-09-22[NEIGH]: Convert neighbour table modification to new netlink apiThomas Graf1-68/+104
2006-09-22[NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf1-2/+0
2006-09-22[NEIGH]: Convert neighbour dumping to new netlink apiThomas Graf1-55/+51
2006-09-22[NEIGH]: Convert neighbour addition to new netlink apiThomas Graf1-39/+51
2006-09-22[NEIGH]: Convert neighbour deletion to new netlink apiThomas Graf1-19/+34
2006-09-22[IPV6]: Fix policy routing lookupPatrick McHardy1-1/+3
2006-09-22[IPV6]: Fix crash in ip6_del_rtPatrick McHardy1-0/+3
2006-09-22[IPV6]: Fix thinko in rt6_fill_nodePatrick McHardy1-1/+0
2006-09-22[NETFILTER]: nf_queue: handle GSO packetsPatrick McHardy3-22/+62
2006-09-22[NETFILTER]: Get rid of HW checksum invalidationPatrick McHardy11-109/+128
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy40-101/+98
2006-09-22[NETFILTER]: netbios conntrack: fix compilePatrick McHardy1-0/+1
2006-09-22[NET]: Convert link dumping to new netlink apiThomas Graf1-144/+137
2006-09-22[NET]: Convert link modification to new netlink apiThomas Graf1-91/+100
2006-09-22[IPv4]: Move interface address bits to linux/if_addr.hThomas Graf6-0/+6
2006-09-22[IPV4]: Convert address dumping to new netlink apiThomas Graf1-19/+23
2006-09-22[IPV4]: Convert address deletion to new netlink apiThomas Graf1-15/+29
2006-09-22[IPV4]: Convert address addition to new netlink apiThomas Graf1-33/+75
2006-09-22[NETLINK]: Convert core netlink handling to new netlink apiThomas Graf1-19/+22
2006-09-22[NETLINK]: Extend netlink messaging interfaceThomas Graf2-1/+76
2006-09-22[IPV4]: Use Protocol Independant Policy Routing Rules FrameworkThomas Graf4-370/+242
2006-09-22[IPV6]: Policy Routing RulesThomas Graf6-11/+314
2006-09-22[NET]: Protocol Independant Policy Routing Rules FrameworkThomas Graf4-2/+427
2006-09-22[IPV6]: Multiple Routing TablesThomas Graf4-135/+401
2006-09-22[IPV6]: Remove ndiscs rt6_lock dependencyThomas Graf1-5/+11
2006-09-22[NetLabel]: tie NetLabel into the Kconfig systemPaul Moore1-0/+2
2006-09-22[NetLabel]: SELinux supportVenkat Yekkirala1-2/+11
2006-09-22[NetLabel]: CIPSOv4 and Unlabeled packet integrationPaul Moore2-0/+795
2006-09-22[NetLabel]: core NetLabel subsystemPaul Moore12-0/+2395
2006-09-22[NetLabel]: CIPSOv4 enginePaul Moore3-0/+1643
2006-09-22[NetLabel]: core network changesPaul Moore2-1/+20
2006-09-22[MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala6-6/+23
2006-09-22[MLSXFRM]: Default labeling of socket specific IPSec policiesVenkat Yekkirala3-7/+23
2006-09-22[MLSXFRM]: Add flow labelingVenkat Yekkirala20-2/+36
2006-09-22[MLSXFRM]: Add security context to acquire messages using PF_KEYVenkat Yekkirala1-0/+22
2006-09-22[MLSXFRM]: Add security context to acquire messages using netlinkSerge Hallyn1-15/+28
2006-09-22[MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala3-20/+27
2006-09-22[MLSXFRM]: Add security sid to sockVenkat Yekkirala1-1/+1
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu3-33/+44
2006-09-21[CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu2-25/+38
2006-09-21[SCTP]: Use HMAC template and hash interfaceHerbert Xu3-14/+31
2006-09-21[IPSEC]: Use HMAC template and hash interfaceHerbert Xu5-70/+119
2006-09-21[CRYPTO] users: Use block ciphers where applicableHerbert Xu3-43/+48
2006-09-21[SUNRPC] GSS: Use block ciphers where applicableHerbert Xu5-54/+64
2006-09-21[IPSEC] ESP: Use block ciphers where applicableHerbert Xu5-48/+75
2006-09-21[IPSEC]: Add compatibility algorithm name supportHerbert Xu2-1/+3
2006-09-21[IPSEC]: Move linux/crypto.h inclusion out of net/xfrm.hHerbert Xu1-0/+1
2006-09-19[IPV4] fib_trie: missing ntohl() when calling fib_semantic_match()Al Viro1-4/+4
2006-09-19[NETFILTER]: xt_quota: add missing module aliasesPatrick McHardy1-0/+2
2006-09-18[ATM] CLIP: Do not refer freed skbuff in clip_mkip().YOSHIFUJI Hideaki1-0/+2
2006-09-18[NET]: Drop tx lock in dev_watchdog_upHerbert Xu1-2/+0
2006-09-17[PACKET]: Don't truncate non-linear skbs with mmaped IOPatrick McHardy1-3/+1
2006-09-17[NET]: Mark frame diverter for future removal.Stephen Hemminger1-1/+1
2006-09-17[TCP] tcp-lp: bug fix for oops in 2.6.18-rc6Wong Hoi Sing Edison1-14/+21
2006-09-17[BRIDGE]: random extra bytes on STP TCN packetStephen Hemminger1-1/+1
2006-09-17[IPV6]: Accept -1 for IPV6_TCLASSRemi Denis-Courmont2-2/+4
2006-09-17[IPV6]: Fix tclass setting for raw sockets.YOSHIFUJI Hideaki2-3/+3
2006-09-17[IPVS]: remove the debug option go ip_vs_ftpSimon Horman1-14/+6
2006-09-17[IPVS]: Make sure ip_vs_ftp ports are validSimon Horman1-0/+6
2006-09-17[IPVS]: auto-help for ip_vs_ftpSimon Horman1-0/+1
2006-09-17[TCP]: Turn ABC off.Stephen Hemminger1-1/+1
2006-09-17[NEIGH]: neigh_table_clear() doesn't free statsKirill Korotaev1-0/+3
2006-08-31[IPV4]: Fix SNMPv2 "ipFragFails" counter errorWei Dong1-0/+1
2006-08-31[NET]: Rate limiting for socket allocation failure messages.Akinobu Mita1-1/+2
2006-08-31[IPV6]: Fix kernel OOPs when setting sticky socket options.YOSHIFUJI Hideaki1-13/+16
2006-08-29[IPV6]: ipv6_add_addr should install dstentry earlierKeir Fraser1-2/+2
2006-08-29[NETLINK]: Call panic if nl_table allocation failsAkinobu Mita1-8/+6
2006-08-29[TCP]: Two RFC3465 Appropriate Byte Count fixes.Daikichi Osuga2-3/+8
2006-08-29[IPV6]: SNMPv2 "ipv6IfStatsInAddrErrors" counter errorLv Liangying1-0/+4
2006-08-29[SCTP]: Fix sctp_primitive_ABORT() call in sctp_close().Sridhar Samudrala1-3/+7
2006-08-26[DCCP]: Fix CCID3Ian McDonald6-193/+154
2006-08-26[BRIDGE] netfilter: memory corruption fixStephen Hemminger1-3/+7
2006-08-26[DCCP]: Introduce dccp_rx_hist_find_entryIan McDonald2-0/+21