aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-03-22[TCP]: Do not use inet->id of global tcp_socket when sending RST.Alexey Kuznetsov1-5/+1
2006-03-22[NETFILTER]: Fix undefined references to get_h225_addrPatrick McHardy1-2/+2
2006-03-22[NETFILTER]: Fix xt_policy address matchingPatrick McHardy1-3/+3
2006-03-22[NETFILTER]: nf_conntrack: support for layer 3 protocol load on demandPablo Neira Ayuso8-0/+126
2006-03-22[NETFILTER]: x_tables: set the protocol family in x_tables targets/matchesPablo Neira Ayuso28-147/+209
2006-03-22[NETFILTER]: conntrack: cleanup the conntrack ID initializationPablo Neira Ayuso2-4/+4
2006-03-22[NETFILTER]: nfnetlink_queue: fix nfnetlink message sizePablo Neira Ayuso1-9/+10
2006-03-22[NETFILTER]: ctnetlink: Fix expectaction mask dumpingPablo Neira Ayuso2-39/+117
2006-03-22[NETFILTER]: Fix Kconfig typosThomas Vögtle1-3/+3
2006-03-22[NETFILTER]: Fix ip6tables breakage from {get,set}sockopt compat layerPatrick McHardy1-2/+2
2006-03-22[X25]: dte facilities 32 64 ioctl conversionShaun Pereira1-0/+2
2006-03-22[X25]: allow ITU-T DTE facilities for x25Shaun Pereira4-16/+120
2006-03-22[X25]: fix kernel error message 64 bit kernelShaun Pereira1-1/+1
2006-03-22[X25]: ioctl conversion 32 bit user to 64 bit kernelShaun Pereira1-0/+124
2006-03-21[NET]: socket timestamp 32 bit handler for 64 bit kernelShaun Pereira1-0/+19
2006-03-21[NET]: allow 32 bit socket ioctl in 64 bit kernelShaun Pereira1-0/+21
2006-03-21[BLUETOOTH]: Return negative error constantTobias Klauser1-2/+2
2006-03-20[NETFILTER]: Add H.323 conntrack/NAT helperJing Min Zhao8-0/+6199
2006-03-20[IPV6]: Cleanups for net/ipv6/addrconf.c (kzalloc, early exit) v2Ingo Oeser1-72/+69
2006-03-20[IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser8-31/+16
2006-03-20[IPV6]: Cleanup of net/ipv6/reassambly.cIngo Oeser1-18/+17
2006-03-20[BRIDGE]: Remove duplicate const from is_link_local() argument type.Andrew Morton1-1/+1
2006-03-20[DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checkingAdrian Bunk1-2/+1
2006-03-20[BRIDGE]: use LLC to send STPStephen Hemminger1-69/+59
2006-03-20[LLC]: llc_mac_hdr_init const argumentsStephen Hemminger4-23/+3
2006-03-20[BRIDGE]: allow show/store of group multicast addressStephen Hemminger4-6/+57
2006-03-20[BRIDGE]: use llc for receiving STP packetsStephen Hemminger5-28/+71
2006-03-20[BRIDGE]: stp timer to jiffies cleanupStephen Hemminger1-9/+8
2006-03-20[BRIDGE]: forwarding remove unneeded preempt and bh diasablesStephen Hemminger2-6/+3
2006-03-20[BRIDGE]: netfilter inline cleanupStephen Hemminger1-4/+21
2006-03-20[BRIDGE]: netfilter VLAN macro cleanupStephen Hemminger1-23/+27
2006-03-20[BRIDGE]: netfilter dont use __constant_htonsStephen Hemminger1-25/+25
2006-03-20[BRIDGE]: netfilter whitespaceStephen Hemminger1-53/+63
2006-03-20[BRIDGE]: optimize frame pass upStephen Hemminger1-7/+1
2006-03-20[BRIDGE]: use kzallocStephen Hemminger1-3/+3
2006-03-20[BRIDGE]: use kcallocStephen Hemminger1-2/+1
2006-03-20[BRIDGE]: use setup_timerStephen Hemminger1-16/+7
2006-03-20[BRIDGE]: remove unneeded bh disablesStephen Hemminger1-12/+12
2006-03-20[BRIDGE] br_netfilter: Warning fixes.Andrew Morton1-2/+0
2006-03-20[BRIDGE] ebtables: Build fix.Andrew Morton1-2/+8
2006-03-20[INET]: Fix typo in Arnaldo's connection sock compat fixups.David S. Miller1-2/+2
2006-03-20[DCCP] feat: Pass dccp_minisock ptr where only the minisock is usedArnaldo Carvalho de Melo3-24/+24
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo7-86/+78
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo19-556/+540
2006-03-20[SK_BUFF]: export skb_pull_rcsumArnaldo Carvalho de Melo1-0/+2
2006-03-20[ICSK] compat: Introduce inet_csk_compat_[gs]etsockoptArnaldo Carvalho de Melo3-36/+43
2006-03-20[SNAP]: Remove leftover unused hdr variableArnaldo Carvalho de Melo1-1/+0
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin21-139/+867
2006-03-20[IPV6]: remove useless test in ip6_append_dataDave Jones1-1/+1
2006-03-20[PKT_SCHED]: Let NET_CLS_ACT no longer depend on EXPERIMENTALAdrian Bunk1-1/+0
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu4-10/+26
2006-03-20[DECnet]: Use RCU locking in dn_rules.cSteven Whitehouse1-44/+53
2006-03-20[DECnet]: Patch to fix recvmsg() flag checkPatrick Caulfield1-1/+1
2006-03-20[DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse10-122/+125
2006-03-20[SECURITY]: TCP/UDP getpeersecCatherine Zhang2-2/+31
2006-03-20[XFRM]: Fix aevent related crashPatrick McHardy1-4/+11
2006-03-20[TCP]: sysctl to allow TCP window > 32767 sans wscaleRick Jones2-7/+25
2006-03-20[IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl.Neil Horman2-10/+18
2006-03-20[TIPC]: Avoid compiler warningPer Liden1-1/+1
2006-03-20[TIPC]: Reduce stack usagePer Liden1-8/+22
2006-03-20[TIPC]: CleanupsAdrian Bunk6-25/+30
2006-03-20[TIPC]: Remove unused functionsPer Liden2-10/+0
2006-03-20[TIPC]: Remove inlines from *.cSam Ravnborg6-53/+53
2006-03-20[TIPC]: Fix simple sparse warningsSam Ravnborg21-127/+127
2006-03-20[NETFILTER]: Fix warnings in ip_nat_snmp_basic.cDavid S. Miller1-1/+4
2006-03-20[DCCP]: Fix uninitialized var warnings in dccp_parse_options().David S. Miller1-0/+1
2006-03-20[NET]: sem2mutex part 2Ingo Molnar11-97/+104
2006-03-20[NET] sem2mutex: net/Arjan van de Ven18-100/+116
2006-03-20[NET]: dev_put/dev_hold cleanupStephen Hemminger3-4/+4
2006-03-20[DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo6-102/+102
2006-03-20[DCCP]: Remove leftover dccp_send_response prototypeArnaldo Carvalho de Melo1-1/+0
2006-03-20[DCCP]: ditch dccp_v[46]_ctl_send_ackArnaldo Carvalho de Melo2-14/+4
2006-03-20[DCCP]: Use sk->sk_prot->max_header consistently for non-data packetsArnaldo Carvalho de Melo3-35/+28
2006-03-20[DCCP] options: Fix handling of ackvecs in DATA packetsArnaldo Carvalho de Melo1-1/+1
2006-03-20[ATM]: Fix build after neigh->parms->neigh_destructor change.David S. Miller1-1/+1
2006-03-20[NET]: use fget_light() in net/socket.cBenjamin LaHaise1-86/+106
2006-03-20[NET]: minor net_rx_action optimizationStephen Hemminger1-2/+1
2006-03-20[NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin1-2/+2
2006-03-20[PKTGEN]: Updates version.Luiz Capitulino1-1/+1
2006-03-20[PKTGEN]: Removes thread_{un,}lock() macros.Luiz Capitulino1-25/+21
2006-03-20[PKTGEN]: Convert thread lock to mutexes.Luiz Capitulino1-3/+4
2006-03-20[NET]: Convert RTNL to mutex.Stephen Hemminger6-37/+43
2006-03-20[IPSEC] xfrm_user: Kill PAGE_SIZE check in verify_sec_ctx_len()David S. Miller1-3/+0
2006-03-20[TCP] H-TCP: Better time accountingBaruch Even1-18/+26
2006-03-20[TCP] H-TCP: Account for delayed-ACKsBaruch Even1-8/+18
2006-03-20[TCP] H-TCP: Use msecs_to_jiffiesBaruch Even1-2/+2
2006-03-20[PKTGEN]: Updates version.Luiz Capitulino1-1/+1
2006-03-20[PKTGEN]: Ports if_list to the in-kernel implementation.Luiz Capitulino1-48/+44
2006-03-20[PKTGEN]: Fix Initialization fail leak.Luiz Capitulino1-1/+14
2006-03-20[PKTGEN]: Fix kernel_thread() fail leak.Luiz Capitulino1-2/+9
2006-03-20[PKTGEN]: Ports thread list to Kernel list implementation.Luiz Capitulino1-55/+41
2006-03-20[PKTGEN]: Lindent run.Luiz Capitulino1-1251/+1379
2006-03-20[DCCP] options: Fix some aspects of mandatory option processingArnaldo Carvalho de Melo1-1/+6
2006-03-20[DCCP] ccid2: coding style cleanupsArnaldo Carvalho de Melo1-50/+26
2006-03-20[DCCP] ipv6: cleanupsArnaldo Carvalho de Melo1-127/+129
2006-03-20[ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo5-71/+27
2006-03-20[DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo6-65/+72
2006-03-20[DCCP]: Uninline some functionsArnaldo Carvalho de Melo5-57/+63
2006-03-20[DCCP] ipv4: make struct dccp_v4_prot staticAdrian Bunk1-1/+1
2006-03-20[IPV6]: Fix some code/comment formatting in ip6_dst_output().David S. Miller1-20/+21
2006-03-20[IPV4]: fib_trie stats fixRobert Olsson1-6/+8
2006-03-20[IPV4]: fib_trie initialzation fixRobert Olsson1-2/+10
2006-03-20[TCP] mtu probing: move tcp-specific data out of inet_connection_sockJohn Heffner2-4/+4
2006-03-20[AF_UNIX]: use shift instead of integer divisionBenjamin LaHaise1-5/+5
2006-03-20[NET]: Uninline kfree_skb and allow NULL argumentJörn Engel1-0/+19
2006-03-20[LLC]: Fix sap refcountingArnaldo Carvalho de Melo2-2/+3
2006-03-20[LLC]: Replace __inline__ with inlineArnaldo Carvalho de Melo1-5/+4
2006-03-20[LLC]: Fix struct proto .nameArnaldo Carvalho de Melo1-1/+1
2006-03-20[NET] pktgen: Fix races between control/worker threads.Arthur Kepner1-25/+110
2006-03-20[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.cArnaldo Carvalho de Melo6-141/+148
2006-03-20[DCCP]: Rename init_dccp_v4_mibs to dccp_mib_initArnaldo Carvalho de Melo1-7/+11
2006-03-20[DCCP]: Move dccp_hashinfo from ipv4.c to the coreArnaldo Carvalho de Melo2-8/+8
2006-03-20[DCCP]: Dont use dccp_v4_checksum in dccp_make_responseArnaldo Carvalho de Melo2-3/+3
2006-03-20[DCCP]: Move dccp_[un]hash from ipv4.c to the coreArnaldo Carvalho de Melo4-14/+17
2006-03-20[DCCP]: Move dccp_v4_{init,destroy}_sock to the coreArnaldo Carvalho de Melo4-104/+112
2006-03-20[DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo5-38/+28
2006-03-20[DCCP] feat: Introduce sysctls for the default featuresArnaldo Carvalho de Melo5-11/+160
2006-03-20[DCCP]: Call dccp_feat_init more early in dccp_v4_init_sockArnaldo Carvalho de Melo1-5/+4
2006-03-20[DCCP]: Kconfig tidy upArnaldo Carvalho de Melo1-2/+4
2006-03-20[DCCP]: sparse endianness annotationsAndrea Bittau6-45/+33
2006-03-20[NETFILTER]: Fix skb->nf_bridge lifetime issuesPatrick McHardy1-4/+0
2006-03-20[DCCP] feat: Actually change the CCID upon negotiationAndrea Bittau1-1/+42
2006-03-20[DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo9-210/+260
2006-03-20[PKT_SCHED]: Convert sch_red to a classful qdiscPatrick McHardy1-16/+163
2006-03-20[XFRM]: Add some missing exports.David S. Miller2-0/+7
2006-03-20[XFRM]: Move xfrm_nl to xfrm_state.c from xfrm_user.cDavid S. Miller2-3/+3
2006-03-20[XFRM]: Make sure xfrm_replay_timer_handler() is declared early enough.David S. Miller1-2/+2
2006-03-20[IPSEC]: Sync series - policy expiresJamal Hadi Salim3-4/+59
2006-03-20[IPSEC]: Sync series - SA expiresJamal Hadi Salim2-7/+40
2006-03-20[IPSEC]: Sync series - acquire insertJamal Hadi Salim2-2/+57
2006-03-20[IPSEC]: Sync series - userJamal Hadi Salim2-10/+230
2006-03-20[IPSEC]: Sync series - fast pathJamal Hadi Salim4-0/+4
2006-03-20[IPSEC]: Sync series - core changesJamal Hadi Salim3-2/+101
2006-03-20[PKT_SCHED]: Keep backlog counter in sch_sfqPatrick McHardy1-0/+5
2006-03-20[PKT_SCHED]: Restore TBF change semanticPatrick McHardy1-2/+3
2006-03-20[PKT_SCHED]: Dump child qdisc handle in sch_{atm,dsmark}Patrick McHardy2-0/+2
2006-03-20[PKT_SCHED]: Qdisc drop operation is optionalPatrick McHardy3-5/+5
2006-03-20[NETLINK]: Add netlink_has_listeners for avoiding unneccessary event message ...Patrick McHardy1-4/+48
2006-03-20[NETFILTER]: ctnetlink: avoid unneccessary event message generationPatrick McHardy3-6/+14
2006-03-20[NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family indep...Patrick McHardy9-370/+220
2006-03-20[NETFILTER]: Move ip6_masked_addrcmp to include/net/ipv6.hPatrick McHardy2-19/+6
2006-03-20[NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functionsPatrick McHardy69-29/+160
2006-03-20[NETFILTER]: x_tables: pass registered match/target data to match/target func...Patrick McHardy4-17/+22
2006-03-20[NETFILTER]: Convert x_tables matches/targets to centralized error checkingPatrick McHardy23-511/+167
2006-03-20[NETFILTER]: Convert ip6_tables matches/targets to centralized error checkingPatrick McHardy16-165/+47
2006-03-20[NETFILTER]: Convert arp_tables targets to centralized error checkingPatrick McHardy2-6/+8
2006-03-20[NETFILTER]: Convert ip_tables matches/targets to centralized error checkingPatrick McHardy28-390/+103
2006-03-20[NETFILTER]: Change {ip,ip6,arp}_tables to use centralized error checkingPatrick McHardy3-13/+50
2006-03-20[NETFILTER]: xt_tables: add centralized error checkingPatrick McHardy1-7/+65
2006-03-20[NETFILTER]: nf_conntrack: use ipv6_addr_equal in nf_ct_reasmYasuyuki Kozakai1-4/+4
2006-03-20[NETFILTER]: Fix CID offset bug in PPTP NAT helper debug messageHolger Eitzenberger1-3/+5
2006-03-20[DCCP] CCID2: Drop sock reference count on timer expiration and reset.Andrea Bittau1-11/+15
2006-03-20[NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'Harald Welte7-116/+114
2006-03-20[TCP]: MTU probingJohn Heffner6-37/+302
2006-03-20[IPV4] fib_rules.c: make struct fib_rules static againAdrian Bunk1-1/+1
2006-03-20[IPCOMP6]: don't check vfree() argument for NULL.Jesper Juhl1-2/+2
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau10-5/+813
2006-03-20[DCCP] CCID2: Initial CCID2 (TCP-Like) implementationAndrea Bittau6-3/+952
2006-03-20[DCCP] CCID3: Set the no_feedback_timer fields near init_timerArnaldo Carvalho de Melo1-2/+3
2006-03-20[DCCP]: Don't alloc ack vector for the control sockArnaldo Carvalho de Melo1-6/+5
2006-03-20[DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_freeArnaldo Carvalho de Melo1-1/+11
2006-03-20[DCCP] CCID: Allow ccid_{init,exit} to be NULLArnaldo Carvalho de Melo2-15/+1
2006-03-20[DCCP] ackvec: Introduce ack vector recordsAndrea Bittau2-98/+173
2006-03-20[IPV4]: Use RCU locking in fib_rules.Robert Olsson1-45/+68
2006-03-20[DCCP] ackvec: Introduce dccp_ackvec_slabArnaldo Carvalho de Melo3-3/+52
2006-03-20[DCCP]: Fix error handling in dccp_initArnaldo Carvalho de Melo1-1/+3
2006-03-20[DCCP] ackvec: Ditch dccpav_buf_lenArnaldo Carvalho de Melo4-25/+15
2006-03-20[NETFILTER] nfnetlink_log: add sequence numbers for log eventsHarald Welte1-0/+46
2006-03-20[NET]: Do not lose accepted socket when -ENFILE/-EMFILE.David S. Miller1-42/+71
2006-03-20[VLAN]: translate IF_OPER_DORMANT to netif_dormant_on()Stefan Rompf1-16/+27
2006-03-20[NET] core: add RFC2863 operstateStefan Rompf4-3/+142
2006-03-20[IPV6]: ROUTE: Ensure to accept redirects from nexthop for the target.YOSHIFUJI Hideaki1-43/+47
2006-03-20[IPV6]: ROUTE: Add accept_ra_rt_info_max_plen sysctl.YOSHIFUJI Hideaki2-1/+22
2006-03-20[IPV6]: ROUTE: Flag RTF_DEFAULT for Route Infomation for ::/0.YOSHIFUJI Hideaki1-0/+3
2006-03-20[IPV6]: ROUTE: Add experimental support for Route Information Option in RA (R...YOSHIFUJI Hideaki3-1/+166
2006-03-20[IPV6]: ROUTE: Add router_probe_interval sysctl.YOSHIFUJI Hideaki2-1/+13
2006-03-20[IPV6]: ROUTE: Add accept_ra_rtr_pref sysctl.YOSHIFUJI Hideaki2-1/+21
2006-03-20[IPV6]: ROUTE: Add Router Reachability Probing (RFC4191).YOSHIFUJI Hideaki1-0/+39
2006-03-20[IPV6]: ROUTE: Add support for Router Preference (RFC4191).YOSHIFUJI Hideaki3-4/+30
2006-03-20[IPV6]: ROUTE: Handle finding the next best route in reachability in BACKTRAC...YOSHIFUJI Hideaki1-10/+18
2006-03-20[IPV6]: ROUTE: Try finding the next best route.YOSHIFUJI Hideaki1-1/+1
2006-03-20[IPV6]: ROUTE: Clean up rt6_select() code path in ip6_route_{intput,output}().YOSHIFUJI Hideaki1-26/+7
2006-03-20[IPV6]: ROUTE: Try selecting better route for non-default routes as well.YOSHIFUJI Hideaki1-5/+13
2006-03-20[IPV6]: ROUTE: More strict check for default routers in rt6_get_dflt_router().YOSHIFUJI Hideaki1-0/+1
2006-03-20[IPV6]: ROUTE: Eliminate lock for default route pointer.YOSHIFUJI Hideaki2-129/+69
2006-03-20[IPV6]: ROUTE: Clean-up cow'ing in ip6_route_{intput,output}().YOSHIFUJI Hideaki1-53/+60
2006-03-20[IPV6]: ROUTE: Convert rt6_cow() to rt6_alloc_cow().YOSHIFUJI Hideaki1-32/+25
2006-03-20[IPV6]: ROUTE: Clean up reference counting / unlocking for returning object.YOSHIFUJI Hideaki1-14/+15
2006-03-20[IPV6]: ROUTE: Unify two code paths for pmtu disc.YOSHIFUJI Hideaki1-14/+4
2006-03-20[IPV6]: ROUTE: Add rt6_alloc_clone() for cloning route allocation.YOSHIFUJI Hideaki1-9/+18
2006-03-20[IPV6]: ROUTE: Copy u.dst.error for RTF_REJECT routes when cloning.YOSHIFUJI Hideaki1-0/+2
2006-03-20[IPV6]: ROUTE: Set appropriate information before inserting a route.YOSHIFUJI Hideaki1-15/+18
2006-03-20[IPV6]: ROUTE: Split up rt6_cow() for future changes.YOSHIFUJI Hideaki1-11/+21
2006-03-20[IPV6]: ADDRCONF: Add accept_ra_pinfo sysctl.YOSHIFUJI Hideaki2-1/+12
2006-03-20[IPV6]: ROUTE: Add accept_ra_defrtr sysctl.YOSHIFUJI Hideaki2-1/+17
2006-03-20[IPV6]: ADDRCONF: Split up ipv6_generate_eui64() by device type.YOSHIFUJI Hideaki1-38/+53
2006-03-20[IPV6]: ADDRCONF: Use our standard algorithm for randomized ifid.YOSHIFUJI Hideaki2-47/+5
2006-03-20[NET]: NEIGHBOUR: Ensure to record time to neigh->updated when neighbour's st...YOSHIFUJI Hideaki1-0/+8
2006-03-20[IPV6]: TUNNEL6: Don't try to add multicast route twice.YOSHIFUJI Hideaki1-1/+0
2006-03-20Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik1-1/+13