aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2-6/+5
2006-09-25[NetLabel]: update docs with website informationPaul Moore1-1/+4
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 2)Paul Moore6-830/+895
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 1)Paul Moore5-548/+67
2006-09-25[NetLabel]: make the CIPSOv4 cache spinlocks bottom half safePaul Moore1-8/+8
2006-09-25[NetLabel]: correct improper handling of non-NetLabel peer contextsPaul Moore2-15/+56
2006-09-24[TCP]: make cubic the defaultStephen Hemminger1-6/+6
2006-09-24[TCP]: default congestion control menuStephen Hemminger3-6/+47
2006-09-24Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6David S. Miller7-15/+219
2006-09-24[PATCH] fix iptables __user misannotationsAl Viro1-3/+3
2006-09-24[DCCP]: Introduce dccp_probeIan McDonald3-0/+216
2006-09-24[DCCP]: Use constants for CCIDsIan McDonald2-2/+2
2006-09-24[DCCP]: Allow default/fallback service code.Gerrit Renker2-13/+1
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds10-113/+274
2006-09-23Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds9-351/+460
2006-09-22NFSv4: rpc_mkpipe creating socket inodes w/out sk buffersSteve Dickson1-1/+1
2006-09-22SUNRPC: Fix Oops in pmap_getport_doneTrond Myklebust1-24/+22
2006-09-22SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust2-8/+28
2006-09-22SUNRPC: Clean up soft task error handlingTrond Myklebust2-27/+15
2006-09-22SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errorsTrond Myklebust1-0/+8
2006-09-22SUNRPC: rpc_delay() should not clobber the rpc_task->tk_statusTrond Myklebust1-10/+6
2006-09-22SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust2-20/+25
2006-09-22SUNRPC: export new RPC client functions with _GPLChuck Lever1-5/+5
2006-09-22SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever4-125/+1
2006-09-22SUNRPC: Convert RPC portmapper to use new rpc_create() APIChuck Lever1-18/+15
2006-09-22SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2-0/+136
2006-09-22SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever3-7/+13
2006-09-22SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() APIChuck Lever1-4/+2
2006-09-22SUNRPC: Create API for displaying remote peer addressChuck Lever1-0/+13
2006-09-22SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever1-8/+71
2006-09-22SUNRPC: remove extraneous header inclusionsChuck Lever3-4/+0
2006-09-22SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API.Chuck Lever1-2/+3
2006-09-22SUNRPC: create API for getting remote peer addressChuck Lever1-0/+21
2006-09-22SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever3-4/+5
2006-09-22SUNRPC: Support for RPC child tasks no longer neededChuck Lever1-82/+0
2006-09-22SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.cChuck Lever1-28/+42
2006-09-22SUNRPC: Make RPC portmapper use per-transport storageChuck Lever3-61/+106
2006-09-22SUNRPC: Create a helper to tell whether a transport is boundChuck Lever4-11/+20
2006-09-22net/ieee80211: fix more crypto-related build breakageJeff Garzik2-3/+19
2006-09-22Merge branch 'master' into upstreamJeff Garzik21-319/+443
2006-09-22[IPV6] ADDRCONF: Mobile IPv6 Home Address support.Noriaki TAKAMIYA1-3/+41
2006-09-22[IPV6] ADDRCONF: Allow non-DAD'able addresses.Noriaki TAKAMIYA1-15/+16
2006-09-22[IPV6] NDISC: Fix is_router flag setting.YOSHIFUJI Hideaki1-5/+2
2006-09-22[IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki5-30/+31
2006-09-22[IPV6] NDISC: Add proxy_ndp sysctl.YOSHIFUJI Hideaki3-2/+21
2006-09-22[IPV6] NDISC: Set per-entry is_router flag in Proxy NA.Ville Nuorvala2-6/+19
2006-09-22[IPV6] NDISC: Avoid updating neighbor cache for proxied address in receiving NA.Ville Nuorvala1-0/+9
2006-09-22[IPV6]: Don't forward packets to proxied link-local address.Ville Nuorvala1-1/+16
2006-09-22[IPV6] NDISC: Handle NDP messages to proxied addresses.Ville Nuorvala1-0/+45
2006-09-22[NETFILTER]: PPTP conntrack: fix another GRE keymap leakPatrick McHardy2-10/+7
2006-09-22[NETFILTER]: PPTP conntrack: fix GRE keymap leakPatrick McHardy1-0/+1
2006-09-22[NETFILTER]: PPTP conntrack: fix PPTP_IN_CALL message typesPatrick McHardy2-6/+8
2006-09-22[NETFILTER]: PPTP conntrack: check call ID before changing statePatrick McHardy1-19/+13
2006-09-22[NETFILTER]: PPTP conntrack: clean up debugging cruftPatrick McHardy1-77/+51
2006-09-22[NETFILTER]: PPTP conntrack: consolidate header parsingPatrick McHardy1-72/+47
2006-09-22[NETFILTER]: PPTP conntrack: consolidate header size checksPatrick McHardy1-43/+22
2006-09-22[NETFILTER]: PPTP conntrack: simplify expectation handlingPatrick McHardy2-116/+34
2006-09-22[NETFILTER]: PPTP conntrack: remove unnecessary cid/pcid header pointersPatrick McHardy1-28/+28
2006-09-22[NETFILTER]: PPTP conntrack: fix header definitionsPatrick McHardy1-1/+1
2006-09-22[NETFILTER]: PPTP conntrack: remove more dead codePatrick McHardy1-15/+2
2006-09-22[NETFILTER]: PPTP conntrack: remove dead codePatrick McHardy1-14/+2
2006-09-22[NETFILTER]: PPTP conntrack: get rid of unnecessary byte order conversionsPatrick McHardy3-33/+33
2006-09-22[NETFILTER]: PPTP conntrack: fix whitespace errorsPatrick McHardy4-108/+108
2006-09-22[NETFILTER]: ipt_hashlimit: add compat conversion functionsPatrick McHardy1-0/+29
2006-09-22[NETFILTER]: xt_limit: add compat conversion functionsPatrick McHardy1-0/+49
2006-09-22[NETFILTER]: xt_CONNMARK: add compat conversion functionsPatrick McHardy1-0/+36
2006-09-22[NETFILTER]: xt_connmark: add compat conversion functionsPatrick McHardy1-0/+36
2006-09-22[NETFILTER]: xt_MARK: add compat conversion functionsPatrick McHardy1-0/+34
2006-09-22[NETFILTER]: xt_mark: add compat conversion functionsPatrick McHardy1-0/+36
2006-09-22[NETFILTER]: x_tables: simplify compat APIPatrick McHardy2-174/+133
2006-09-22[NETFILTER]: ip_tables: revision support for compat codePatrick McHardy1-2/+3
2006-09-22[NETFILTER]: ip_tables: fix module refcount leaks in compat error pathsPatrick McHardy1-12/+27
2006-09-22[NETFILTER]: make some netfilter globals __read_mostlyBrian Haley4-16/+16
2006-09-22[NETFILTER]: TCP conntrack: improve dead connection detectionGeorge Hansper2-2/+6
2006-09-22[NETFILTER]: xt_policy: remove dups in .familyAlexey Dobriyan1-2/+0
2006-09-22[NETFILTER]: ip6t_HL: remove write-only variablePatrick McHardy1-5/+1
2006-09-22[NETFILTER]: ipt_TTL: fix checksum update bugPatrick McHardy1-2/+2
2006-09-22[NETFILTER]: conntrack: fix race condition in early_dropPablo Neira Ayuso2-5/+14
2006-09-22[NETFILTER]: ctnetlink: simplify the code to dump the conntrack tablePablo Neira Ayuso2-110/+20
2006-09-22[NETFILTER]: x_tables: small check_entry & module_refcount cleanupDmitry Mishin3-3/+3
2006-09-22[NETFILTER]: ip6table_mangle: reroute when nfmark changes in NF_IP6_LOCAL_OUTPatrick McHardy1-6/+2
2006-09-22[NETFILTER]: xt_limit: don't reset state on unrelated rule updatesPatrick McHardy1-8/+8
2006-09-22[NETFILTER]: ipt_TCPMSS: misc cleanupPatrick McHardy1-34/+2
2006-09-22[NETFILTER]: ipt_TCPMSS: remove impossible conditionPatrick McHardy1-7/+0
2006-09-22[NETFILTER]: ipt_TCPMSS: reformatPatrick McHardy1-27/+31
2006-09-22[NETFILTER]: xt_conntrack: clean up overly long linesPatrick McHardy1-81/+98
2006-09-22[NETFILTER]: kill listhelp.hPatrick McHardy13-277/+237
2006-09-22[IPV4]: ipip and ip_gre encapsulation bugsAl Viro2-20/+25
2006-09-22[DCCP] CCID2: Add helper functions for changing important CCID2 stateAndrea Bittau1-8/+23
2006-09-22[DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTTAndrea Bittau2-18/+32
2006-09-22[DCCP] CCID2: Allocate seq records on demandAndrea Bittau2-32/+70
2006-09-22[DCCP] CCID2: Add Kconfig option for CCID2 debugAndrea Bittau2-4/+11
2006-09-22[DCCP] CCID2: Tell DCCP to quickly check whether cwnd is availableAndrea Bittau1-1/+1
2006-09-22[ATM]: proper prototypes in net/atm/mpc.h (and reduce ifdef clutter)Adrian Bunk2-11/+8
2006-09-22[DCCP] CCID2: Initialize ssthresh to infinityAndrea Bittau2-3/+6
2006-09-22[DCCP] CCID2: Fix jiffie wrap issuesAndrea Bittau1-4/+4
2006-09-22[DCCP] ackvec: Remove unused variablesAndrea Bittau2-6/+3
2006-09-22[DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED is usedAndrea Bittau2-4/+3
2006-09-22[DCCP] ACKVEC: fix ackvector length calculationAndrea Bittau1-5/+7
2006-09-22[XFRM]: Fix wildcard as tunnel sourcePatrick McHardy5-31/+62
2006-09-22[TCP]: Send ACKs each 2nd received segment.Alexey Kuznetsov2-2/+7
2006-09-22[SCTP]: CleanupsAdrian Bunk3-15/+7
2006-09-22[IPV6] address: Support NLM_F_EXCL when adding addressesThomas Graf1-20/+25
2006-09-22[IPV6] address: Allow address changes while device is administrative downThomas Graf1-6/+0
2006-09-22[IPV6] address: Convert address dumping to new netlink apiThomas Graf1-46/+33
2006-09-22[IPV6] address: Add put_ifaddrmsg() and rt_scope()Thomas Graf1-34/+43
2006-09-22[IPV6] address: Add put_cacheinfo() to dump struct cacheinfoThomas Graf1-34/+38
2006-09-22[IPV6] address: Convert address lookup to new netlink apiThomas Graf1-28/+24
2006-09-22[IPV6] address: Convert address deletion to new netlink apiThomas Graf1-14/+9
2006-09-22[IPV6] address: Convert address addition to new netlink apiThomas Graf1-27/+45
2006-09-22[NETFILTER]: Change tunables to __read_mostlyBrian Haley19-62/+62
2006-09-22[SCTP]: Change globals to __read_mostlyBrian Haley1-1/+1
2006-09-22[BRIDGE]: Change sysctl tunables to __read_mostlyBrian Haley1-4/+4
2006-09-22[GENL]: Provide more information to userspace about registered genl familiesThomas Graf1-0/+40
2006-09-22[RTNETLINK]: Fix netdevice name corruptionPatrick McHardy1-0/+2
2006-09-22[XFRM]: remove xerr_idxp from __xfrm_policy_check()James Morris1-7/+6
2006-09-22[IPSEC]: output mode to take an xfrm state as input paramJamal Hadi Salim7-13/+7
2006-09-22[NET]: Fix sk->sk_filter field accessDmitry Mishin8-48/+37
2006-09-22[IPV6] MIP6: Fix to update IP6CB when cloned skbuff is received at HAO.Masahide NAKAMURA1-0/+7
2006-09-22[XFRM] STATE: Fix flusing with hash mask.Masahide NAKAMURA1-1/+1
2006-09-22[TCP]: Fix rcv mss estimate for LROHerbert Xu1-1/+1
2006-09-22[RTNETLINK]: Fix typo causing wrong skb to be freedThomas Graf1-1/+1
2006-09-22[AF_UNIX]: Change max_dgram_qlen sysctl to __read_mostlyBrian Haley1-1/+1
2006-09-22[NET]: Change somaxconn sysctl to __read_mostlyBrian Haley1-1/+1
2006-09-22[PKT_SCHED] act_simple.c: make struct simp_hash_info staticAdrian Bunk1-1/+1
2006-09-22[NetLabel]: add some missing #includes to various header filesPaul Moore2-2/+7
2006-09-22[DCCP]: Tidyup CCID3 list handlingIan McDonald1-6/+6
2006-09-22[NETFILTER] bridge: debug message fixesStephen Hemminger1-12/+3
2006-09-22[NETFILTER] bridge: simplify nf_bridge_padStephen Hemminger1-8/+7
2006-09-22[NETFILTER] bridge: code rearrangement for clarityStephen Hemminger2-6/+26
2006-09-22[NETFILTER]: xt_CONNMARK.c build fixBenoit Boissinot1-2/+2
2006-09-22[IPV6] ROUTE: Fix dst reference counting in ip6_pol_route_lookup().YOSHIFUJI Hideaki1-1/+1
2006-09-22[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf9-26/+17
2006-09-22[NETLINK]: Improve string attribute validationThomas Graf1-10/+39
2006-09-22[UDP]: saddr_cmp function should take const socket pointersDavid S. Miller1-2/+2
2006-09-22[UDP]: Mark udp_port_rover static.David S. Miller1-2/+1
2006-09-22[UDP]: Unify UDPv4 and UDPv6 ->get_port()Gerrit Renker2-110/+62
2006-09-22[NETFILTER]: Fix nf_conntrack_ftp.c build.David S. Miller1-1/+3
2006-09-22[NET]: Use SLAB_PANICAlexey Dobriyan12-62/+22
2006-09-22[DCCP]: Introduce tx bufferingIan McDonald3-37/+71
2006-09-22[DCCP]: Shift sysctls into feat.hIan McDonald2-7/+6
2006-09-22[NET]: Use BUILD_BUG_ON() for checking size of skb->cb.YOSHIFUJI Hideaki4-17/+5
2006-09-22[IPV6]: Fix routing by fwmarkPatrick McHardy1-2/+2
2006-09-22[TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ONAlexey Dobriyan7-7/+7
2006-09-22[NET_SCHED]: Add mask support to fwmark classifierPatrick McHardy1-1/+24
2006-09-22[DECNET]: Add support for fwmark masks in routing rulesPatrick McHardy1-2/+18
2006-09-22[IPV4]: Add support for fwmark masks in routing rulesPatrick McHardy1-2/+19
2006-09-22[IPV6]: Fix build with fwmark disabled.David S. Miller1-0/+2
2006-09-22[IPV6] ROUTE: Add support for fwmask in routing rules.YOSHIFUJI Hideaki1-2/+22
2006-09-22[IPV6] ROUTE: Fix size of fib6_rule_policy.YOSHIFUJI Hideaki1-1/+1
2006-09-22[IPV6] ROUTE: Fix FWMARK support.YOSHIFUJI Hideaki1-1/+2
2006-09-22[XFRM]: Respect priority in policy lookups.David S. Miller1-9/+10
2006-09-22[TCP] tcp_bic: use BUILD_BUG_ONAlexey Dobriyan1-1/+1
2006-09-22[TCP] tcp_lp: use BUILD_BUG_ONAlexey Dobriyan1-1/+1
2006-09-22[NET] in6_pton: Kill errant printf statement.David S. Miller1-2/+0
2006-09-22[NETFILTER] NF_CONNTRACK_FTP: Use in6_pton() to convert address string.YOSHIFUJI Hideaki1-92/+4
2006-09-22[NET]: Add common helper functions to convert IPv6/IPv4 address string to net...YOSHIFUJI Hideaki1-0/+215
2006-09-22[IPV6] ROUTE: Routing by FWMARK.YOSHIFUJI Hideaki3-0/+31
2006-09-22[IPV6] ROUTE: Routing by Traffic Class.YOSHIFUJI Hideaki1-0/+3
2006-09-22[IPV6] MIP6: Several obvious clean-ups.YOSHIFUJI Hideaki3-42/+10
2006-09-22[IPSEC] esp: Defer output IV initialization to first use.David S. Miller2-4/+14
2006-09-22[XFRM]: Extract common hashing code into xfrm_hash.[ch]David S. Miller5-200/+195
2006-09-22[XFRM]: Hash policies when non-prefixed.David S. Miller1-140/+541
2006-09-22[XFRM]: Hash xfrm_state objects by source address too.David S. Miller1-18/+35
2006-09-22[XFRM]: Kill excessive refcounting of xfrm_state objects.David S. Miller1-41/+12
2006-09-22[XFRM]: Purge dst references to deleted SAs passively.David S. Miller2-18/+1
2006-09-22[XFRM]: Do not flush all bundles on SA insert.David S. Miller2-15/+20
2006-09-22[XFRM]: Simplify xfrm_spi_hashDavid S. Miller1-24/+9
2006-09-22[XFRM]: Put more keys into destination hash function.David S. Miller1-40/+35
2006-09-22[XFRM]: Add generation count to xfrm_state and xfrm_dst.David S. Miller4-0/+7
2006-09-22[XFRM]: Dynamic xfrm_state hash table sizing.David S. Miller1-52/+195
2006-09-22[XFRM]: Convert xfrm_state hash linkage to hlists.David S. Miller1-41/+51
2006-09-22[XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.David S. Miller3-119/+159
2006-09-22[XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.David S. Miller3-119/+100
2006-09-22[XFRM] IPV6: Support Mobile IPv6 extension headers sorting.Masahide NAKAMURA1-2/+26
2006-09-22[XFRM] IPV6: Add sort functions to combine templates/states for IPsec.Masahide NAKAMURA1-0/+97
2006-09-22[XFRM] POLICY: Support netlink socket interface for sub policy.Masahide NAKAMURA2-18/+134
2006-09-22[XFRM]: Add sorting interface for state and template.Masahide NAKAMURA2-2/+52
2006-09-22[XFRM] POLICY: sub policy support.Masahide NAKAMURA1-36/+216
2006-09-22[XFRM] POLICY: Add Kconfig to support sub policy.Masahide NAKAMURA1-0/+10
2006-09-22[IPV6] MIP6: Ignore to report if mobility headers is rejected.Masahide NAKAMURA1-0/+3
2006-09-22[IPV6] MIP6: Report to user-space when home address option is rejected.Masahide NAKAMURA1-0/+83
2006-09-22[XFRM]: Introduce XFRM_MSG_REPORT.Masahide NAKAMURA2-0/+65
2006-09-22[XFRM]: Trace which secpath state is reject factor.Masahide NAKAMURA1-7/+48
2006-09-22[IPV6] MIP6: Transformation support mobility header.Masahide NAKAMURA1-0/+15
2006-09-22[IPV6] MIP6: Add sending mobility header functions through raw socket.Masahide NAKAMURA1-0/+17
2006-09-22[IPV6] MIP6: Add receiving mobility header functions through raw socket.Masahide NAKAMURA2-1/+111
2006-09-22[XFRM] STATE: Add Mobile IPv6 route optimization protocols to netlink interface.Masahide NAKAMURA1-0/+16
2006-09-22[IPV6] MIP6: Add destination options header transformation.Noriaki TAKAMIYA1-0/+167
2006-09-22[IPV6] MIP6: Add routing header type 2 transformation.Noriaki TAKAMIYA3-0/+192
2006-09-22[IPV6] IPSEC: Support sending with Mobile IPv6 extension headers.Masahide NAKAMURA2-5/+122
2006-09-22[IPV6] MIP6: Revert address to send ICMPv6 error.Masahide NAKAMURA1-0/+25
2006-09-22[IPV6] MIP6: Add inbound interface of home address option.Masahide NAKAMURA1-1/+83
2006-09-22[IPV6]: Allow to replace skbuff by TLV parser.Masahide NAKAMURA2-11/+20
2006-09-22[IPV6]: Find option offset by type.Masahide NAKAMURA1-0/+43
2006-09-22[IPV6] MIP6: Add socket option and ancillary data interface of routing header...Masahide NAKAMURA2-5/+16
2006-09-22[IPV6] MIP6: Add inbound interface of routing header type 2.Masahide NAKAMURA1-8/+61
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