aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2003-07-10[NET,COMPAT]: Delete bogus icmpv6 filter translation code.David S. Miller1-31/+0
2003-07-10[IPV6]: Fix dst reference counting in ndisc_send_redirect().David S. Miller1-5/+6
2003-07-10[IPV6]: Build and send redirect packet using "buff" not "skb", fixes OOPS.David S. Miller1-4/+4
2003-07-10[IPV4]: Do not sent IGMP leave messages unless IFF_UP.David Stevens1-10/+12
2003-07-10[NET]: Return EDESTADDRREQ as appropriate in sendmsg implementations.Thomas Graf4-4/+4
2003-07-10[IPV6]: Fix offset of payload with extension header.Hideaki Yoshifuji1-5/+3
2003-07-10[TCP]: When in SYN-SENT, initialize metrics after move to established state.David S. Miller1-7/+7
2003-07-09[NET]: Make {send,recv}msg return EMSGSIZE when msg_iovelen is too big, as pe...Thomas Graf1-2/+2
2003-07-09[IPV6]: Convert ip6ip6 tunnel driver to alloc_netdev().Ville Nuorvala1-122/+99
2003-07-09Merge bk://kernel.bkbits.net/jmorris/net-2.5David S. Miller5-2/+40
2003-07-11[IPV6] fix a dst leakage and clean-up in tcp_v6_connect()Ville Nuorvala1-11/+11
2003-07-11[NET] Add MODULE_LICENSE (GPL) to wanroutrer so that kernel is not taintedRandy Dunlap1-0/+2
2003-07-11[IPSEC] Fix refcnt leak in xfrm_lookupHerbert Xu1-1/+3
2003-07-09[IPV6]: Fix DST handling bug in ip6ip6_err().Ville Nuorvala1-1/+1
2003-07-09[NET]: Fix tunnel device bugs added by alloc_netdev() changes.Ville Nuorvala3-1/+18
2003-07-09[TCP]: Eliminate spurious CWND restart on every new connection.David S. Miller1-0/+12
2003-07-09[TCP]: Initialize socket route on move to established state.David S. Miller1-0/+9
2003-07-08[IPSEC]: Do not call request_module() under spinlock in xfrm_get_type().James Morris1-2/+4
2003-07-08Merge bk://kernel.bkbits.net/jmorris/ipv6-2.5David S. Miller4-37/+61
2003-07-09[IPV6] Fix BUG when appending destination options headersHideaki Yoshifuji2-1/+2
2003-07-08Resolve conflicts in ipconfig.c changes.David S. Miller4-2/+4
2003-07-10[IPV6] use correct mib structRandy Dunlap1-1/+1
2003-07-08[IPSEC] Add policy expirationHerbert Xu4-74/+149
2003-07-08[NET] Attach inner qdiscs to TBFDmitry Torokhov12-89/+228
2003-07-07[IPV4] display bootserver in /proc/net/pnpLode Leroy1-0/+4
2003-07-06[ATM] Convert clip neigh table to C99 initializersHideaki Yoshifuji1-32/+26
2003-07-06[IPV6] fix algorithm for updating lifetimeHideaki Yoshifuji1-17/+39
2003-07-06[IPV6] remove unused variableHideaki Yoshifuji1-3/+0
2003-07-06[IPV6] ignore on-link information without on-link flag setHideaki Yoshifuji1-15/+17
2003-07-06[NET] Send only unicast NSs in PROBE state.Hideaki Yoshifuji1-1/+3
2003-07-06[PATCH] display bootserver in /proc/net/pnpAndrew Morton1-0/+2
2003-07-06Fix several broken macros to get the "private" field of a seq-fileLinus Torvalds6-8/+8
2003-07-04[PATCH] fix rfcomm oopsAndrew Morton2-0/+2
2003-07-04[NET] Fix oops with /proc/net/{raw,igmp,mfilter,Hideaki Yoshifuji6-8/+8
2003-07-03[PATCH] Pass 'nameidata' to ->permission()Trond Myklebust1-1/+1
2003-07-04[IPV6] fix a mistake in ipv6_advmss() conversionHideaki Yoshifuji1-0/+2
2003-07-03[NET] Fix refcounting of dev->promiscuity for af_packet.Jason Lunz1-9/+6
2003-07-02[PATCH] Remove cpu arg from cpu_raise_irqRusty Russell1-1/+1
2003-06-30[IPV6]: One too many ipv6_addr_type() calls in ndisc_recv_ns().Hideaki Yoshifuji1-1/+0
2003-06-30[IPV6]: Fix two ipv6_addr_addr failure checks.David S. Miller1-2/+2
2003-06-30Merge bk://kernel.bkbits.net/jmorris/net-2.5David S. Miller12-337/+861
2003-07-02[NET] convert /proc/net/anycast6 to seq_fileHideaki Yoshifuji2-44/+149
2003-07-02[NET] convert /proc/net/mfilter6 to seq_fileHideaki Yoshifuji1-63/+164
2003-07-02[NET] convert /proc/net/mcfilter to seq_fileHideaki Yoshifuji2-55/+161
2003-07-02[NET] convert /proc/net/igmp6 to seq_fileHideaki Yoshifuji1-47/+135
2003-07-02[NET] convert /proc/net/igmp to seq_fileHideaki Yoshifuji2-46/+158
2003-07-02[IPV6] Make ipsec tunnel work with ext hdrsJoy Latten1-3/+1
2003-07-01[IPV6] Fix bug in /proc/net/ip6_flowlabel seq_file conversionHideaki Yoshifuji1-2/+20
2003-07-01[NET] fixed /proc/net/raw{,6} seq_file supportHideaki Yoshifuji2-4/+36
2003-07-01[IPV6] put ipv6_rcv_saddr_equal() common placeHideaki Yoshifuji3-75/+39
2003-06-30[BRIDGE]: Ethernet bridge fixes.Stephen Hemminger5-50/+76
2003-07-01Merge intercode.com.au:/home/jmorris/bk/net/ipsec-2.5James Morris4-20/+90
2003-06-30[IPSEC] split xfrm_state_replace + fixes Herbert Xu4-20/+90
2003-06-30[XFRM] Set SA saddr correctlyHerbert Xu1-1/+2
2003-06-30[XFRM] Fix typo.Hideaki Yoshifuji1-1/+1
2003-06-30[IPV6] Convert /proc/net/ip6_flowlabel to seq_file.Hideaki Yoshifuji1-45/+112
2003-06-30[IPV6] Use macro for M-Flag and clean-up.Hideaki Yoshifuji2-4/+8
2003-06-30[IPV6] Don't set M flag in last fragment.Hideaki Yoshifuji1-3/+1
2003-06-29Merge bk://kernel.bkbits.net/jmorris/net-2.5David S. Miller0-0/+0
2003-06-28[PATCH] avoid Oops in net/core/dev.cDan Aloni1-1/+1
2003-06-27[NET]: Scale DST/ipv6 intervals like we did for ipv4.David S. Miller1-1/+1
2003-06-26Merge bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds4-19/+12
2003-06-26[PATCH] Use Local Percpu Macros for Local Percpu VariablesRusty Russell1-1/+1
2003-06-26[PATCH] Provoide refrigerator support for nfsdNeil Brown1-0/+4
2003-06-26[PATCH] Remove path buffer passed around by cache_show routinesNeil Brown2-18/+7
2003-06-26[TCP]: If we have a lot of time-wait sockets to kill, do it via workqueue.David S. Miller1-12/+76
2003-06-26[TCP]: Handle lack of cached dst in tcp_init_cwnd().David S. Miller1-1/+1
2003-06-26Merge http://linux-lksctp.bkbits.net/lksctp-2.5David S. Miller16-734/+580
2003-06-26Merge bk://kernel.bkbits.net/jmorris/net-2.5David S. Miller10-42/+46
2003-06-28[XFRM] Set port/proto in acquire messages.Herbert Xu1-27/+45
2003-06-28[NET] Remove some 0 initializers.Art Haas8-14/+0
2003-06-28[IPV6] Fixed fragment check in ip6_output.c:ip6_fragment()Hideaki Yoshifuji1-1/+1
2003-06-25[IPV6]: Make several ndisc private stuff static.Hideaki Yoshifuji1-7/+20
2003-06-25[TCP]: Sanitize initcwnd calculation, add new metrics.David S. Miller2-23/+15
2003-06-25[NETFILTER]: Add arptables mangle module.Bart De Schuymer3-0/+109
2003-06-25[NETFILTER]: Missing return in arp_packet_match().Bart De Schuymer1-0/+1
2003-06-25[IPV6]: Inappropriate static variable in net/ipv6/ndisc.cHideaki Yoshifuji1-1/+1
2003-06-25[NETFILTER]: Fix leaks in error paths of ip_recent_ctrl.François Romieu1-2/+10
2003-06-27[IPV6] DAD must not have source link-layer optionHideaki Yoshifuji1-7/+11
2003-06-27[IPV6] DAD has to be destined to solicited node mulitcast address.Hideaki Yoshifuji1-8/+15
2003-06-27[NET][IPMR] ipmr fixesStephen Hemminger1-86/+66
2003-06-26[NET] remove skb_linearize from igmp.cStephen Hemminger1-12/+18
2003-06-25[SCTP] Peeled off/accepted sockets not in the right bind_bucket.Jon Grimm1-30/+31
2003-06-24[NETFILTER]: Add "recent" iptables facility.Stephen Frost3-1/+1003
2003-06-24[NETFILTER]: Fix conntrack master_ct refcounting.Harald Welte1-6/+6
2003-06-24[NETFILTER]: Enhancement for ip{,6}_tables, add new /proc files.Harald Welte2-20/+122
2003-06-24[NETFILTER]: Forward port cosmetic fixes from 2.4.xHarald Welte6-25/+5
2003-06-24`cat msg`Harald Welte8-30/+39
2003-06-24[IPV4]: Trim the includes used in util.cBernardo Innocenti1-19/+1
2003-06-24Merge bk://kernel.bkbits.net/jmorris/net-2.5David S. Miller4-12/+12
2003-06-25[IPV6] Fix large packet length checkHideaki Yoshifuji1-2/+2
2003-06-25[IPV6] use macro for maximum payload lengthHideaki Yoshifuji4-12/+12
2003-06-23Merge bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds2-10/+12
2003-06-23[PATCH] Get buf size and page count right for RPC services.Neil Brown1-1/+4
2003-06-23[PATCH] Use schedule_work to regular cache cleaningNeil Brown1-0/+29
2003-06-23[PATCH] Add some tracing when showing the content of an RPC cache.Neil Brown2-3/+14
2003-06-23[PATCH] Include update mode in declaration of RPC information caches.Neil Brown2-2/+3
2003-06-23[PATCH] Always flush rpc caches after an updateNeil Brown1-1/+1
2003-06-23[PATCH] Fix bug in rpc cache_clean introduced by previous patchNeil Brown1-2/+2
2003-06-24Merge touki.austin.ibm.com:/home/jgrimm/bk/linux-2.5Jon Grimm16-713/+558
2003-06-23[IPV{4,6}]: Fix "slow multicast on 2.5.69" bug.David Stevens2-10/+12
2003-06-23[SCTP] Don't search gap ack blocks past max_tsn_seen.Jon Grimm1-5/+9
2003-06-22[NET]: Update teql scheduler to dynamic net device.Stephen Hemminger1-72/+91
2003-06-22[IPV4]: Be more verbose about invalid ICMPs sent to broadcast.Maciej Soltysiak1-2/+6
2003-06-22[NET]: Trivial patch to netfilter Kconfig.Jeff Smith1-2/+2
2003-06-22[IPSEC]: Close SADB_ADD race and add XFRM_MSG_UPDSA (SADB_UPDATE equivalent).Herbert Xu4-35/+66
2003-06-22[NET]: Fix OOPSes with RSVP.Jamal Hadi Salim1-4/+7
2003-06-22[ATM]: Move vccs to global sk-based linked list.Chas Williams12-204/+177
2003-06-22[IPV6]: Clean-up advmss calculation.Hideaki Yoshifuji1-19/+20
2003-06-20[PATCH] Fix suspend with NFS mounts activeAndrew Morton1-0/+3
2003-06-20[SCTP] Shorten SACK generation path.Jon Grimm3-61/+47
2003-06-19Manual merge of duplicate warning fixesLinus Torvalds4-75/+75
2003-06-19[IPV6]: Do not use skb_linearize() in ICMP/NDISC handling.David S. Miller2-13/+6
2003-06-19[IPV4]: Do not use skb_linearize() in ARP handling.David S. Miller2-11/+15
2003-06-19[NET]: More error checking in flow cache init function.Herbert Xu1-5/+8
2003-06-19[IRDA]: Fix 64-bit warnings.David S. Miller4-75/+75
2003-06-19[SCTP] More typedef & name cleanup.Jon Grimm11-136/+60
2003-06-19[NET]: Size hh_cache->hh_data more appropriately.David S. Miller4-5/+18
2003-06-18[NET]: Let arptables see bridged arp traffic.Bart De Schuymer2-40/+78
2003-06-18[NET]: Fix jiffies races in net/sched/sch_htb.cMartin Devera1-20/+28
2003-06-18[NET]: Remove duplicate linux/interrupt.h include in net/core/flow.cHerbert Xu1-1/+0
2003-06-18[NET]: Check for flow cache allocation failure.David S. Miller1-7/+14
2003-06-18[NET]: Fix per-cpu flow cache initialization.Herbert Xu1-3/+17
2003-06-18[SCTP] More typedef removals.Jon Grimm3-11/+11
2003-06-18[SCTP] Minor warning cleanups. Jon Grimm4-14/+16
2003-06-18[SCTP] Remove some unused source modules.Jon Grimm3-410/+1
2003-06-18Merge bk://kernel.bkbits.net/acme/net-2.5David S. Miller6-109/+109
2003-06-18o llc: don't use inverted logicArnaldo Carvalho de Melo5-108/+108
2003-06-18o hlist change on sctp not quite right.Jon Grimm1-1/+1
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo18-53/+20
2003-06-18Merge bk://kernel.bkbits.net/acme/net-2.5David S. Miller18-53/+20
2003-06-18[NET]: Export netdev_boot_setup_check.Jeff Smith1-0/+1
2003-06-18[IPV4/IPV6]: Fix IGMP device refcount leaks, with help from yoshfuji@linux-ip...David Stevens2-5/+9
2003-06-18[NET]: Mark skb_linearize() as deprecated.David S. Miller3-63/+65
2003-06-18Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller4-14/+54
2003-06-18[SCTP] Fix wrong logic in hlist change.Jon Grimm1-1/+1
2003-06-18[SCTP] Add ASSOCINFO and RTOINFO sockopts. (Ryan Layer and Anup Pemmaiah)Jon Grimm5-32/+295
2003-06-24Merge touki.austin.ibm.com:/home/jgrimm/bk/linux-2.5Jon Grimm4-49/+124
2003-06-22Merge touki.austin.ibm.com:/home/jgrimm/bk/linux-2.5Jon Grimm4-49/+124
2003-06-20[SCTP] OOTB Cookie-Echo path does not like stale cookie vtag fix.Jon Grimm1-8/+6
2003-06-17[PATCH] kNFSd: Set nfsd user every time a filehandle is verified.Neil Brown1-1/+0
2003-06-17[PATCH] kNFSd: Make sure an early close on a nfs/tcp connection is handled pr...Neil Brown1-2/+13
2003-06-17[PATCH] kNFSd: Assorted fixed for NFS export cacheNeil Brown4-11/+41
2003-06-17[IPV6]: Use in6_dev_hold/__in6_dev_put in net/ipv6/mcast.cHideaki Yoshifuji1-5/+5
2003-06-16[IPV6]: Fix xfrm bundle address setup and comparisons.Tom Lendacky1-3/+12
2003-06-16[IPV6]: Fix warnings in ip6ip6 tunnel driver.Hideaki Yoshifuji1-3/+1
2003-06-16[ATM]: Revert vcc global list changes, broke the build.David S. Miller12-182/+204
2003-06-16Merge bk://kernel.bkbits.net/acme/net-2.5David S. Miller15-758/+889
2003-06-17o ipx: fix var shadowing paramente with CONFIG_IPX_INTERN is enabledArnaldo Carvalho de Melo1-2/+2
2003-06-17o sock: remove sk_prevArnaldo Carvalho de Melo6-22/+22
2003-06-16[ATM]: Keep vcc's on global list instead of per device.Chas Williams12-204/+182
2003-06-16[ATM]: Remove recvmsg and rename atm_async_release_vcc.Chas Williams8-261/+399
2003-06-16[ATM]: Split atm_ioctl into vcc_ioctl and atm_dev_ioctl.Chas Williams6-309/+306
2003-06-16Merge bk://kernel.bkbits.net/acme/net-2.5David S. Miller2-2/+20
2003-06-16[IPV4/IPV6]: Make sure SKB has enough space while building IGMP/MLD packets.David Stevens2-2/+20
2003-06-15Merge bk://kernel.bkbits.net/acme/hlist-2.5David S. Miller3-40/+89
2003-06-16o af_unix: remove typedef unix_socket, use plain struct sockArnaldo Carvalho de Melo2-43/+43
2003-06-16o tcp: convert tcp_tw_bucket->tw_death* to hlistArnaldo Carvalho de Melo1-35/+20
2003-06-16o tcp: convert struct tcp_bind_bucket to hlistArnaldo Carvalho de Melo3-21/+24
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo40-836/+661
2003-06-15Merge bk://kernel.bkbits.net/acme/hlist-2.5David S. Miller3-40/+89
2003-06-15Merge bk://kernel.bkbits.net/acme/hlist-2.5David S. Miller3-40/+89
2003-06-15[IPV4]: In rt_intern_hash, reinit all state vars on branch to "restart".Robert Olsson1-4/+10
2003-06-15Merge bk://kernel.bkbits.net/acme/hlist-2.5David S. Miller3-39/+82
2003-06-15[IPV4]: More sane rtcache behavior.Alexey Kuznetsov1-1/+49
2003-06-15[IPV6]: Fix refcount leaks in udpv6_connect().Ville Nuorvala1-25/+30
2003-06-14Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller1-13/+3
2003-06-14Merge bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds1-13/+20
2003-06-14[PATCH] Fix rpc dentry list usageTrond Myklebust1-13/+20
2003-06-14[NET]: Kill extraneous CONFIG_{NET,KMOD} in net/socket.cMatthew Wilcox1-13/+3
2003-06-14[IPV6]: Fix ipv6 header handling of AH input.Kazunori Miyazawa3-146/+159
2003-06-14[DECNET]: Fix bogus pointer cast to int.David S. Miller1-1/+1
2003-06-14[TCP]: Use proper time_*() comparisons on jiffies.David S. Miller3-6/+6
2003-06-14[NET]: Network hotplug via class_device/kobject.Stephen Hemminger2-156/+121
2003-06-14[DECNET]: Fix signedness error in dm_ioctl().Ravikiran G. Thirumalai1-1/+1
2003-06-14[IPSEC]: Fix xfrm_alloc_spi() always selecting minspi.Hideaki Yoshifuji1-1/+1
2003-06-14[IPV4]: Add rtcache hash lookup statistics to rtstat.Robert Olsson1-2/+6
2003-06-14[BLUETOOTH]: Remove unused local var in rfcomm/tty.cDavid S. Miller1-2/+0
2003-06-14[PATCH] Fix sign handling bugs in DecnetAndrew Morton1-1/+1
2003-06-14Fix up missing header filesLinus Torvalds1-0/+1
2003-06-13[NET]: net/core/flow.c needs linux/cpu.hArnaldo Carvalho de Melo1-0/+1
2003-06-12[SCTP] Fix for incorrect vtag in the stale cookie ERROR chunk.Sridhar Samudrala1-3/+19
2003-06-21[SCTP] Change sysctl settable timers to ms granularity (rmlayer@us.ibm.com)Jon Grimm1-26/+73
2003-06-19[SCTP] Break out sctp_assoc_valid() from sctp_id2assoc().Jon Grimm2-20/+34
2003-06-18[SCTP] Special case the handling of HOST_NAME_ADDRESS parm.Jon Grimm1-2/+6
2003-06-12[NET]: Fix error message when registering IGMP.Rik van Riel1-1/+1
2003-06-12[IPV4]: Dynamic allocation for IPGRE net device.Stephen Hemminger1-58/+52
2003-06-12[IPV4]: Dynamic allocation for IPIP net device.Stephen Hemminger1-57/+55
2003-06-12[IPV6]: Dynamic allocation for SIT net device.Stephen Hemminger1-60/+57
2003-06-12[IPSEC]: Initialize flow key properly in decode_session.Herbert Xu2-2/+2
2003-06-12[IPSEC]: Proper percpu handling in flow cache.Herbert Xu1-33/+90
2003-06-12[IPSEC]: Kill object argument from flow_cache_flush.Herbert Xu2-9/+9
2003-06-12[IPSEC]: Fix preempt race in flow_flush_cache.Herbert Xu1-1/+1
2003-06-12Merge http://linux-lksctp.bkbits.net/lksctp-2.5David S. Miller14-334/+726
2003-06-21[SCTP] Hand merge bk pull conflict. sk->state now sk->sk_state.Jon Grimm1-2/+2
2003-06-20Hand merge.Jon Grimm14-334/+726
2003-06-12Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller28-233/+218
2003-06-11[LLC]: Fix typing error in procfs code.David S. Miller1-1/+1
2003-06-11[VLAN]: vlan network device using alloc_netdev.Stephen Hemminger3-75/+39
2003-06-11[BRIDGE]: Bridge using alloc_netdev.Stephen Hemminger12-43/+39