aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2004-09-13Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds1-2/+2
2004-09-13[PATCH] netpoll endian fixesMatt Mackall1-2/+2
2004-09-13[TCP]: Fix logic error in packets_out accounting.David S. Miller1-1/+1
2004-09-13[IPV4]: Add wccp v1/v2 support to ip_gre.cPaul P. Komkoff Jr.1-1/+12
2004-09-13[TCP]: Just silently ignore ICMP Source Quench messages.David S. Miller1-5/+1
2004-09-12Merge bk://bk.skbuff.net:20609/linux-2.6-ndp-20040913/David S. Miller2-1/+5
2004-09-14[IPV6] purge routes via non-router neighbour but gateway.Hideaki Yoshifuji1-0/+5
2004-09-14[IPV6] ensure to aging default routes.Hideaki Yoshifuji2-4/+11
2004-09-14[IPV6] don't use expired default routes.Hideaki Yoshifuji1-0/+4
2004-09-14[IPV6] NDISC: Fix message validation against Redirects.Hideaki Yoshifuji2-33/+28
2004-09-14[NET] NEIGHBOUR: improve neighbour state machine.Hideaki Yoshifuji1-80/+74
2004-09-14[IPV6] NDISC: update entry appropriately when receiving NS.Hideaki Yoshifuji1-2/+5
2004-09-14[NET] NEIGHBOUR: use time_after() and its friends.Hideaki Yoshifuji1-15/+14
2004-09-14[IPV6] NDISC: update IsRouter flag appropriately.Hideaki Yoshifuji2-17/+35
2004-09-14[NET] NEIGHBOUR: merge two flags for neigh_update() into one.Hideaki Yoshifuji2-9/+9
2004-09-14[IPV6] NDISC: keep original state if new state is STALE and lladdr is unchangedHideaki Yoshifuji2-4/+12
2004-09-14[IPV6] NDISC: suspect REACHABLE entry if new lladdr is different.Hideaki Yoshifuji2-10/+22
2004-09-14[NET] NEIGHBOUR: save number of arguments for neigh_update() by flags.Hideaki Yoshifuji4-16/+29
2004-09-12[IPV6]: Add option to copy DSCP in decap in ip6_tunnel.Herbert Xu1-0/+2
2004-09-12[NET]: Fix missing spin lock in lltx path.Andi Kleen1-1/+3
2004-09-12[TCP]: Fix fack_count handling in tcp_sacktag_write_queue().David S. Miller1-1/+1
2004-09-12[NET]: Fix notification on address change via rtnetlink.Thomas Graf1-2/+4
2004-09-12[NETFILTER]: Fix conntrack seq_file handling.Rusty Russell6-91/+68
2004-09-12[NET]: Use NETDEV_TX_* macros instead of magic numbers.Jamal Hadi Salim1-8/+4
2004-09-12[IPVS]: Do not use skb_checksum_help(), create and use nf_reset_debug()Julian Anastasov2-18/+2
2004-09-12[NET]: Kill netdev->last_statsDavid S. Miller2-29/+0
2004-09-12[TCP]: Fix {lost,left}_out accounting in tcp_fragment()David S. Miller1-0/+10
2004-09-12[IPV6]: Fix oops in rt6_device_match()Hideaki Yoshifuji1-1/+2
2004-09-10[NET]: Device name changing via rtnetlinkThomas Graf2-0/+18
2004-09-10[BRIDGE]: The vlan MII ioctl pass through was passing the wrong device.Stephen Hemminger1-1/+1
2004-09-10[TCP]: Fix packet counting during retransmission.David S. Miller1-12/+16
2004-09-10[TCP]: Fix packet counting when fragmenting already sent packets.David S. Miller1-2/+12
2004-09-10[TCP]: Fix packet counting in tcp_fragment().David S. Miller1-4/+5
2004-09-10[NETFILTER]: Fix build with SYSCTL=nHideaki Yoshifuji1-1/+2
2004-09-10[IPV6]: Deprecate all-on-link assumptionHideaki Yoshifuji1-12/+4
2004-09-10[IPCOMP]: Use per-cpu buffers for compression/decompression.Herbert Xu2-40/+356
2004-09-10[IPSEC]: Find larval SAs by sequence numberHerbert Xu3-12/+58
2004-09-08[NET]: Calculate RTATTR_MAX at run time.David S. Miller1-5/+17
2004-09-08[TCP]: Fix tcp_set_skb_tso_factor() calcs.David S. Miller1-6/+5
2004-09-08[TCP]: Do not export tcp_transmit_skb().David S. Miller1-2/+1
2004-09-08[IPV6]: Handle ECN correctly in ip6ip6 tunnels.Herbert Xu1-0/+16
2004-09-08[IPSEC]: Fix ECN encapsulation on ipv6.Herbert Xu1-2/+7
2004-09-08[VLAN]: Fix thinko in RCU locking.David S. Miller1-1/+1
2004-09-08[IPV4]: Fix DHCPACK checking in ipconfig.cPeter Buckingham1-3/+1
2004-09-07[TCP]: Fix some typos.Baruch Even1-1/+1
2004-09-07[IPV4/IPV6]: Update ECN handling.Herbert Xu6-16/+9
2004-09-07[NET]: NETIF_F_LLTX for devicesAndi Kleen2-26/+55
2004-09-07[IPV4/IPV6]: More fragment handling improvements.Hideaki Yoshifuji2-22/+41
2004-09-07[BRIDGE]: Fix length checking in ipv6 bridge filtering.Bart De Schuymer1-10/+64
2004-09-07[IPCONFIG]: Verify DHCPACK packets.Peter Buckingham1-0/+5
2004-09-07[PKT_SCHED]: Add missing MODULE_LICENSE.Pozsar Balazs1-0/+1
2004-09-07[NETFILTER]: Fix build error with CONFIG_SYSCTL disabled.Rusty Russell3-7/+18
2004-09-06[NET]: Unexport {alloc,free}_divert_blk()Christoph Hellwig1-3/+0
2004-09-06[IPV4]: Mark inet_family_ops staticChristoph Hellwig2-4/+1
2004-09-06[NET]: Fix compat layer setsockopt overzealous conversions.David Woodhouse1-2/+4
2004-09-06[BRIDGE]: deadlock on device removalStephen Hemminger1-1/+3
2004-09-06[IPVS] fixed to call nf_reset() to reset netfilter related fieldsWensong Zhang1-16/+1
2004-09-06[PKT_SCHED]: Fix gact compile warnings.Jamal Hadi Salim1-0/+4
2004-09-06[NET]: Do less atomic count changes in dev_queue_xmit.Andi Kleen1-15/+17
2004-09-06[NET]: Fully plug netigh_create/inetdev_destroy race.Herbert Xu5-18/+17
2004-09-06[PACKET]: Fix deref before NULL check in packet_release()Dave Jones1-1/+3
2004-09-06[AX25]: Fix digipeat leak.Dave Jones1-3/+5
2004-09-06[NET]: Fix CONFIG_COMPAT build with networking disabled.Andi Kleen1-1/+2
2004-09-06[TCP]: Make sure SKB tso factor is setup early enough.David S. Miller1-9/+10
2004-09-06[TCP]: Calculate SKB tso factor more accurately.David S. Miller5-29/+44
2004-09-06[TCP]: Make TSO play nice with congestion window.David S. Miller8-188/+241
2004-09-02[NET]: Add reference counting to neigh_parms.Herbert Xu8-24/+88
2004-09-02[NETFILTER]: Fix deadlock condition in conntrack/nat-helpersPatrick McHardy4-42/+6
2004-09-02[NETFILTER]: Fix confusing naming in NAT-helpersPatrick McHardy2-21/+21
2004-09-02The coverity source checker is wrong. Revert some of the "leak fixes".Linus Torvalds1-3/+0
2004-09-02Merge davem@nuts.davemloft.net:/disk1/BK/net-2.6David S. Miller1-0/+3
2004-09-02[IPV4/IPV6]: Use csum_sub() instead of csum_block_sub() w/zero 3rd arg.Herbert Xu2-6/+6
2004-09-02[PATCH] Fix possible leak in af_ax25Dave Jones1-0/+3
2004-09-02[IPV4/IPV6]: Fix suboptimal fragment sizing for last fragmentPatrick McHardy2-71/+33
2004-09-01[NET]: Allow get/set of dev->weight via netlink.Eric Lemoine1-0/+12
2004-09-01[IPV4]: Use nf_reset() in parp_redo().Harald Welte1-3/+1
2004-09-01[PKT_SCHED]: Kill bogus spaces in Kconfig strings.David S. Miller1-5/+5
2004-09-01[PKT_SCHED]: Add gact generic actions.Jamal Hadi Salim3-2/+276
2004-09-01[IPV4/IPV6]: Fixup checksums properly when fragmenting.Herbert Xu2-8/+19
2004-09-01[NET]: Free neigh_parms using RCU to fix neigh_create/inetdev_destroy race.David S. Miller1-1/+11
2004-09-01[NETFILTER]: Sort Kconfig entries into reasonable order.Harald Welte1-128/+134
2004-09-01[NETFILTER]: Add some missing help entries.Harald Welte1-0/+21
2004-09-01[IPV4]: Need to clear nf_debug parp_redo().Kirill Korotaev1-0/+3
2004-09-01[BRIDGE]: Add ipv6 packet filtering.Bart De Schuymer1-126/+257
2004-08-31[PATCH] netfilter warning (alpha)Alexander Viro1-1/+2
2004-08-30Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds2-23/+57
2004-08-30[PATCH] netpoll: fix up trapped logicJeff Moyer1-8/+27
2004-08-30[PATCH] netpoll: increase NAPI budgetJeff Moyer1-1/+7
2004-08-30[PATCH] netpoll: kill CONFIG_NETPOLL_RXJeff Moyer2-9/+5
2004-08-30[PATCH] netpoll: revert queue stopped changeMatt Mackall1-0/+12
2004-08-30[PATCH] netpoll: fix unaligned accessesMatt Mackall1-5/+6
2004-08-30[IPV4]: Push ip_append_data() frag bug fix into ip_append_page()David S. Miller1-7/+34
2004-08-30[PKT_SCHED]: Distribution table fixes for netem.Stephen Hemminger1-19/+19
2004-08-30[NET]: net_random_init needs to get seed later in boot processStephen Hemminger1-7/+15
2004-08-30[ETH]: Zap NET_CLS_ACT ifdef.Jamal Hadi Salim1-2/+0
2004-08-29[NETFILTER]: Fix race when flushing fragment queuePatrick McHardy1-1/+1
2004-08-29[NETFILTER]: Flush fragment queue on conntrack unloadPatrick McHardy3-3/+28
2004-08-28[IPV4/IPV6]: Fix fragment creation.Hideaki Yoshifuji2-26/+112
2004-08-28[NETFILTER]: One missed case in arp_tables.c unaligned fixes.Antti P. Miettinen1-1/+4
2004-08-27[NETLINK]: Improve behavior.Pablo Neira1-4/+73
2004-08-27Merge bk://bk.skbuff.net:20609/linux-2.6-xfrm/David S. Miller5-10/+91
2004-08-28[IPV6] XFRM: extract xfrm_lookup() from ip6_dst_lookup() to support source ro...Kazunori Miyazawa5-10/+91
2004-08-27[PKT_SCHED]: Update for netem scheduler.Stephen Hemminger1-592/+218
2004-08-27[AF_PACKET]: Use void * for virtual addresses.Dave Hansen1-13/+19
2004-08-27[NETFILTER]: Consistent IP address access in arp_tables.cAntti P. Miettinen1-7/+7
2004-08-26[PATCH] include asm/page.h for virt_to_page()Dave Hansen1-0/+1
2004-08-26[PATCH] mostly remove module_parm()Rusty Russell2-3/+5
2004-08-26[PATCH] Use fixed size buffer instead of kmalloc for m_class in ip_mapNeil Brown1-15/+10
2004-08-25[TCP]: Automatically compute tcp_default_win_scale.Stephen Hemminger3-10/+59
2004-08-25[NETFILTER]: Fix pointer deref'ing in ip6t_LOG.cOlaf Kirch1-2/+2
2004-08-25[PATCH] NULL noise removalAlexander Viro2-2/+2
2004-08-25[PATCH] mpoa warning fixAlexander Viro1-1/+1
2004-08-25[NETFILTER]: Fix ip_nat_find_helper() locking.Harald Welte3-2/+10
2004-08-25[BRIDGE]: Fix oops when mangling and brouting and tcpdumping packetsStephen Hemminger3-60/+40
2004-08-24[NET]: Device mtu/txqlen/ifmap via rtnetlink.Thomas Graf1-11/+74
2004-08-24[NET]: Another cleanup in netif_receive_skb()Stephen Hemminger1-3/+4
2004-08-24[NET]: deliver_skb() cleanupStephen Hemminger1-6/+5
2004-08-24[NET]: Use pskb_expand_head() instead of skb_copy() in skb_checksum_help().Herbert Xu1-9/+3
2004-08-23[IPSEC]: Set TTL from route.Herbert Xu2-3/+2
2004-08-23[NETFILTER]: Missing netfilter_ipv4.c include in conntrack proto code.Felipe Alfaro Solana3-0/+3
2004-08-23[IPV6]: Fix device handling in ip6_route_add().Hideaki Yoshifuji1-3/+6
2004-08-23RPC,NFSv4: NFSv4 operations that create or destroy state on theTrond Myklebust1-1/+3
2004-08-23NFSv4: Add support for a delegation callback server.Trond Myklebust2-2/+8
2004-08-23Merge http://nfsclient.bkbits.net/linux-2.6Trond Myklebust9-14/+859
2004-08-23RPCSEC_GSS: Add the spkm3 common and client-side code.Trond Myklebust5-0/+826
2004-08-23RPCSEC_GSS: Missing newline in dprintk.Trond Myklebust1-1/+1
2004-08-23RPCSEC_GSS: Remove an unused parameter.Trond Myklebust2-2/+2
2004-08-23RPC: Improved buffer overrun checking in call_verifyTrond Myklebust1-3/+13
2004-08-23RPC: Add missing variable initialization in rpc_clone_client().Trond Myklebust1-1/+9
2004-08-23RPC: Reduce stack utilization for all synchronous NFS operations byTrond Myklebust1-7/+8
2004-08-23Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds123-2049/+4338
2004-08-22[PATCH] Fix netpoll cleanup on abort without devMatt Mackall1-1/+2
2004-08-22[PATCH] kNFSd: fix race with flushing nfsd cache.Neil Brown1-1/+2
2004-08-22[PATCH] kNFSd: minor memory leak fix.Neil Brown1-0/+1
2004-08-22[PATCH] nfsd: fix ip_map cache reference count leak.Neil Brown1-1/+2
2004-08-22[PATCH] nfsd: simplify auth_domain_lookupNeil Brown1-19/+41
2004-08-22[PATCH] nfsd: make cache_init initialize reference count to 1Neil Brown3-5/+1
2004-08-22[PATCH] nfsd: nfsd is missing a put_group_info in the auth_nullNeil Brown1-0/+3
2004-08-22[PATCH] rcu: abstracted RCU dereferencingDipankar Sarma9-37/+25
2004-08-22[PATCH] rcu: use call_rcu_bh() in route cacheDipankar Sarma2-27/+27
2004-08-22[PATCH] remove dead prototypesCarl Spalletta3-13/+0
2004-08-22[PATCH] err2-6: hashbin_remove_this() locking fixAndrew Morton1-3/+5
2004-08-22[PKT_SCHED]: Fix unused label warning in ingress_init().David S. Miller1-4/+2
2004-08-22[PKT_SCHED]: Missing dev_put in error pathPatrick McHardy2-1/+4
2004-08-22[PKT_SCHED]: Fix class leak in CBQ scheduler.Patrick McHardy1-6/+8
2004-08-22[PATCH] fix /proc/net/netstat outputCal Peake1-1/+1
2004-08-21[VLAN]: Missing Kconfig helpAndrew Morton1-0/+13
2004-08-21[XFRM]: Mark some functions/data static.Patrick McHardy6-33/+33
2004-08-19[IPV6]: Improve readability in ip6_flowlabel.cHideaki Yoshifuji1-1/+2
2004-08-19[IPV6]: Use offsetof().Hideaki Yoshifuji1-9/+7
2004-08-19[IPSEC]: Revert pskb change for x->type->outputHerbert Xu10-79/+75
2004-08-19Merge nuts.davemloft.net:/disk1/BK/net-exp-2.6David S. Miller17-421/+229
2004-08-18[NETFILTER]: Mark tcp_options skb arg as const.David S. Miller1-1/+1
2004-08-18Merge nuts.davemloft.net:/disk1/BK/ip6route-2.6David S. Miller5-73/+136
2004-08-18[IPSEC]: Modularise xfrm_tunnel.Herbert Xu8-13/+43
2004-08-18[IPSEC]: Use xfrm4_rcv in xfrm4_tunnelHerbert Xu1-1/+1
2004-08-18[IPV4/IPV6]: Fix direct user pointer deref in xfrm icmp changes.David S. Miller2-8/+8
2004-08-18[TCP]: When fetching srtt from metrics, do not forget to set rtt_seq.David S. Miller1-1/+3
2004-08-18[NET]: Add skb_header_pointer, and use it where possible.David S. Miller42-604/+790
2004-08-18[NETFILTER]: Need to export ip_ct_log_invalid to modules.David S. Miller1-0/+1
2004-08-18[NETFILTER]: Export ip_conntrack_count for ip_conntrack_standalone.David S. Miller1-1/+4
2004-08-18[NETFILTER]: Convert SCTP conntrack over to ip_ct_refresh_acct(). David S. Miller1-1/+1
2004-08-18Merge nuts.davemloft.net:/disk1/BK/nf-2.6.9David S. Miller31-436/+2584
2004-08-18Merge nuts.davemloft.net:/disk1/BK/xfrm-icmp-2.6David S. Miller4-0/+115
2004-08-19[IPV4] XFRM: don't probe icmp type/code for hdrincl sockets.Hideaki Yoshifuji1-1/+2
2004-08-19[IPV4] XFRM: probe icmp type/code when sending packets via raw socket.Masahide Nakamura1-0/+47
2004-08-19[IPV4] XFRM: decode icmp session.Masahide Nakamura1-0/+9
2004-08-19[IPV6] XFRM: probe icmpv6 type/code when sending packets via raw socket.Masahide Nakamura1-0/+48
2004-08-19[IPV6] XFRM: decode icmpv6 session.Masahide Nakamura1-0/+10
2004-08-18[IPSEC]: Call xfrm6_rcv in xfrm6_tunnel_rcvHerbert Xu2-51/+15
2004-08-18[DECONET]: Fix build with SYSCTL=nHideaki Yoshifuji1-61/+61
2004-08-18[ATALK]: Fix build with SYSCTL=nStephen Hemminger4-40/+4
2004-08-18[IPV6]: ip6_evictor() has same problem as ip_evictor().David S. Miller1-15/+22
2004-08-18[IPV4]: Fix theoretical loop on SMP in ip_evictor().David S. Miller1-15/+22
2004-08-18[IPV6] refer inet6 device via corresponding local route from address structure.Hideaki Yoshifuji3-73/+65
2004-08-18[IPV6] take rt6i_idev into account when looking up routes.Hideaki Yoshifuji2-4/+13
2004-08-18[IPV6] ensure rt6i_idev is non-NULL when setting up new rt6_info{}.Hideaki Yoshifuji1-8/+31
2004-08-18[IPV4,IPV6] set idev/rt6i_idev to loopback instead of NULL, to omit checking ...Hideaki Yoshifuji2-4/+16
2004-08-18[IPV6] addrconf_dst_alloc() to allocate new route for local address.Hideaki Yoshifuji1-6/+34
2004-08-18[IPV6] export rt6_ins() as ip6_ins_rt().Hideaki Yoshifuji1-7/+7
2004-08-18[IPV6] don't try to insert same local route multiple times.Hideaki Yoshifuji1-2/+1
2004-08-16[PKT_SCHED]: Remove unnecessary memsets in packet schedulersPatrick McHardy5-13/+0
2004-08-16[PKT_SCHED]: Resolve race condition with module unload in qdisc_create()Patrick McHardy1-13/+6
2004-08-16[IPV4]: Delete bogus newline in first TcpExt procsfs line.Cal Peake1-1/+1
2004-08-15[NET]: Enhanced version of net_random().Stephen Hemminger2-5/+101
2004-08-15[IPV4]: Simplify ifa free handling code.Herbert Xu1-12/+11
2004-08-15[IPV4]: Make inet_select_addr() logic clearer.Herbert Xu1-2/+2
2004-08-15[IPV4]: Kill inetdev_lock, no longer needed.David S. Miller1-14/+6
2004-08-15[IPV4]: inetdev ifa_list handling fixes outside of net/ipv4.Herbert Xu3-8/+17
2004-08-15[IRDA]: Trivial optimization in inetdev handling.Herbert Xu1-4/+4
2004-08-15[IPSEC]: Move encap check back down to esp4.cHerbert Xu10-27/+26
2004-08-15[IPV6]: Fix aalg check in esp.Herbert Xu1-1/+2
2004-08-15[XFRM_USER]: Fill in x->props algo fields.Herbert Xu1-4/+19
2004-08-15[PKT_SCHED]: cacheline-align qdisc data in qdisc_create()Patrick McHardy1-8/+13
2004-08-15[IPV6]: Add missing XFRM select in Kconfig.Herbert Xu1-0/+1
2004-08-15[NET_SCHED]: O(1) children vtoff adjustment in HFSC schedulerPatrick McHardy1-8/+15
2004-08-15[NET_SCHED]: Replace actlist by rbtrees in HFSC scheduler.Patrick McHardy1-90/+92
2004-08-15[NET_SCHED]: Replace eligible list by rbtree in HFSC scheduler.Patrick McHardy1-68/+41
2004-08-15[ATM]: Missing static in atm.Christoph Hellwig2-5/+2
2004-08-13[IPV4]: Fix race in inetdev RCU handling.Herbert Xu1-1/+7