aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2004-06-20[NET]: Lockless loopback patch (version 2).Arthur Kepner3-29/+72
2004-06-20Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller1-10/+5
2004-06-20[NET] move tcp_memory_free to sk_stream_memory_freeArnaldo Carvalho de Melo1-10/+5
2004-06-20[NET] move skb_can_coalesce to skbuff.hArnaldo Carvalho de Melo2-24/+2
2004-06-20Merge nuts.davemloft.net:/disk1/BK/acme-2.6David S. Miller15-140/+91
2004-06-20Merge bk://kernel.bkbits.net/acme/net-2.6-1.1768David S. Miller15-140/+91
2004-06-19[NET] generalise tcp_add_data, skb_split and tcp_copy_to_pageArnaldo Carvalho de Melo14-116/+89
2004-06-19[ECONET]: Fix some warnings.Hideaki Yoshifuji1-4/+10
2004-06-18[IPV6]: Export necessary xfrm6_tunnel functions.David S. Miller1-0/+11
2004-06-18[NET]: Fix econet build bustage.Andrew Morton1-2/+2
2004-06-18Merge http://bk.skbuff.net:20608/linux-2.6-xfrm6tunnelDavid S. Miller14-79/+770
2004-06-19[XFRM] fix dependency issues for CONFIG_IPV6=m.Hideaki Yoshifuji10-63/+50
2004-06-19[IPV6] XFRM: support (uncompressed) tunnel mode ipcomp6 using xfrm6_tunnel in...Hideaki Yoshifuji5-10/+705
2004-06-19[IPV6] XFRM: add missing xfrm6_policy_check().Hideaki Yoshifuji1-0/+5
2004-06-19[IPV6] make several functions static in ip6_tunnel that should be.Hideaki Yoshifuji1-6/+10
2004-06-18[IRDA]: Remove usage of isa_virt_to_bus()William Lee Irwin III1-2/+2
2004-06-18[IPV6]: Handle user asking for any device in mcast calls.David Stevens1-1/+1
2004-06-17[PKT_SCHED]: Add loss option to network delay scheduler.Stephen Hemminger1-0/+9
2004-06-17[PKT_SCHED]: Do not check netif_queue_stopped() in dequeue ops, races with dr...David S. Miller5-18/+12
2004-06-17[PKT_SCHED]: Delay scheduler should retry if requeue fails.Stephen Hemminger1-5/+9
2004-06-17[PKT_SCHED]: Delay scheduler enqueue always succeeds.Stephen Hemminger1-1/+1
2004-06-17[BRIDGE]: Kill sysfs hotplug avoidance hacks.Stephen Hemminger4-27/+2
2004-06-17Merge duplicate selinux network hooksLinus Torvalds1-10/+15
2004-06-17[PATCH] SELinux: Fine-grained Netlink support - add sk to netlink_send hookJames Morris1-1/+1
2004-06-17[PATCH] SELinux: Fine-grained Netlink support - move security_netlink_send() ...James Morris1-4/+4
2004-06-17[PATCH] Fixes for idr codeCorey Minyard1-10/+15
2004-06-16[IPV6]: Fix OOPS in fragmentation.James Morris1-6/+4
2004-06-16[NET]: In unregister_netdevice(), do synchronize_net() before final dev_put().David S. Miller1-0/+2
2004-06-16Cset exclude: kuznet@ms2.inr.ac.ru|ChangeSet|20040616204246|05149David S. Miller1-6/+0
2004-06-16[SPARSE]: Fix another net warning.Stephen Hemminger1-1/+1
2004-06-16[SPARSE]: Get rid of warning in bridge ethtool ioctl.Stephen Hemminger1-1/+1
2004-06-16[BRIDGE]: Fix bridge sysfs improprely initialized kobject.Andrew Morton1-3/+1
2004-06-15[TCP]: No vegas by default just yet.David S. Miller1-1/+1
2004-06-15[NET]: In dst_ifdown(), synchronize_kernel() before dropping dev ref.Alexey Kuznetsov1-0/+6
2004-06-15[IPV4]: Fix interface selection in multicast sockops.David Stevens1-0/+1
2004-06-15[NET]: Clear dev refs in dst->child.Herbert Xu1-25/+37
2004-06-15Merge nuts.davemloft.net:/disk1/BK/net-2.6.8David S. Miller2-4/+4
2004-06-15[ECONET] kill some trivial warningsArnaldo Carvalho de Melo1-8/+6
2004-06-15[SELINUX]: Fine-grained Netlink support - add sk to netlink_send hookJames Morris1-1/+1
2004-06-15[SELINUX]: Fine-grained Netlink support - move security_netlink_send() hook.James Morris1-4/+4
2004-06-15[TCP]: Tweak some default sysctl values.David S. Miller2-4/+4
2004-06-15[IPV6]: UDPv6 checksum.Hideaki Yoshifuji1-1/+1
2004-06-15Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller1-8/+6
2004-06-15Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller9-33/+55
2004-06-14[NETFILTER]: Prevent orphan expectations.Harald Welte1-2/+3
2004-06-14[NETFILTER]: Don't assign new helper after NAT when there are already expecta...Harald Welte1-4/+2
2004-06-14[NETFILTER]: Missing skb->len check in ip_conntrack_proto_tcp.c:tcp_packet().Harald Welte1-0/+2
2004-06-14[IPV6] IPSEC: fix double kfree_skb() in error path. (reported by Ken-ichirou ...Hideaki Yoshifuji1-17/+9
2004-06-12[NET] first bits of net/core/stream.cArnaldo Carvalho de Melo9-33/+55
2004-06-11[NET]: Add dst->ifdown callback.Hideaki Yoshifuji3-4/+28
2004-06-11Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller3-6/+6
2004-06-11[NET] generalize some simple tcp sk_ack_backlog handling routinesArnaldo Carvalho de Melo3-6/+6
2004-06-11[NET] introduce sk_wait_evend and generalise tcp_data_waitArnaldo Carvalho de Melo2-28/+27
2004-06-11Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller2-28/+27
2004-06-10[NET] generalise tcp_eat_skb into sk_eat_skbArnaldo Carvalho de Melo1-16/+4
2004-06-10[IPV4]: Fix bug in arp_tables.c fix.Andreas Dilger1-1/+1
2004-06-10Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller1-16/+4
2004-06-10[IPV6]: Fix ICMP6 type checking tests in ah6.c and esp6.cShirley Ma2-2/+2
2004-06-10[IPV6]: Initialize pmtu/advmss in ndisc dst entries.Shirley Ma3-4/+8
2004-06-10[IPV4]: Fix unaligned accesses in arp_tables.cDavid S. Miller1-4/+3
2004-06-10[TCP]: Receive buffer moderation fixes.David S. Miller1-1/+9
2004-06-09[NET] Introduce sk_reset_timer and sk_stop_timerArnaldo Carvalho de Melo5-34/+31
2004-06-08[IPV6]: Add IP6CB.Hideaki Yoshifuji7-29/+20
2004-06-08Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller5-34/+31
2004-06-08[NETFILTER]: Fix arp_tables.c build.Andrew Morton1-2/+1
2004-06-08[PATCH] ethtool power manglement hooksAlan Cox1-31/+71
2004-06-07[NETFILTER]: Put arpt_mutex back into arp_tables.cDavid S. Miller1-0/+2
2004-06-07[TCP]: Add receive DRS info to tcp_info.Stephen Hemminger1-0/+3
2004-06-06[NETFILTER]: Small cleanup for {ipt,ip6t,arpt}_find_targetJamal Hadi Salim3-30/+27
2004-06-05rpc: Use proper printk format for size_t argument.Linus Torvalds1-1/+1
2004-06-05Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller14-112/+71
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering12-16/+15
2004-06-04[PATCH] kNFSd: rsc_lookup simplificationNeil Brown1-1/+5
2004-06-04[PATCH] kNFSd: gss_svc locking and refcounting fixesNeil Brown3-12/+33
2004-06-04[TCP]: Common code for generating tcp_info.Stephen Hemminger2-96/+56
2004-06-04Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds1-1/+1
2004-06-04[PATCH] sparse: the rest of ifr_data cleanups and annotationsAlexander Viro1-1/+1
2004-06-04Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller3-75/+82
2004-06-03[UDPv4]: Pass correct socket to ip_mc_sf_allow.Hideaki Yoshifuji1-1/+1
2004-06-03[IPVS]: IPVS needs checksum fixups.James Morris1-0/+14
2004-06-03Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller20-233/+276
2004-06-03[PATCH] sparse: rest of net/* annotations (in this patchset, that is ;-)Alexander Viro4-12/+12
2004-06-03[PATCH] sparse: more wan annotationsAlexander Viro1-3/+3
2004-06-03[PATCH] sparse: mroute annotationAlexander Viro2-6/+6
2004-06-03[PATCH] sparse: more netfilter annotationAlexander Viro2-2/+2
2004-06-03[PATCH] sparse: sctp annotationAlexander Viro2-5/+5
2004-06-03[PATCH] sparse: bluetooth annotationAlexander Viro8-51/+54
2004-06-03[NETFILTER]: In ipt_TCPMSS, SYN packets are never hw checksummed.David S. Miller1-4/+3
2004-06-03[NETFILTER]: Fix checksum bug for multicast/broadcast packets on postrouting ...James Morris20-232/+276
2004-06-03[PATCH] sparse: vlan annotationAlexander Viro2-8/+7
2004-06-03[PATCH] sparse: irda annotationAlexander Viro6-33/+35
2004-06-03[PATCH] sparse: netlink annotationAlexander Viro1-3/+3
2004-06-03[PATCH] sparse: net/bridge annotationAlexander Viro4-14/+15
2004-06-03[PATCH] sparse: wanrouter annotationAlexander Viro1-12/+14
2004-06-03[PATCH] sparse: econet annotationAlexander Viro1-5/+14
2004-06-03[PATCH] sparse: appletalk annotationAlexander Viro1-8/+9
2004-06-03[PATCH] sparse: ipx annotationAlexander Viro2-14/+15
2004-06-03[PATCH] sparse: x25 annotationAlexander Viro3-14/+15
2004-06-03[PATCH] sparse: rose annotationAlexander Viro2-10/+11
2004-06-03[PATCH] sparse: netrom annotationAlexander Viro2-6/+7
2004-06-03[PATCH] sparse: ax25 annotationAlexander Viro2-13/+14
2004-06-03[PATCH] sparse: decnet annotationAlexander Viro3-24/+24
2004-06-03[PATCH] sparse: atm annotation (core)Alexander Viro15-64/+67
2004-06-03[SCTP] Fix poll() on a 1-1 style socket so that it returns when theSridhar Samudrala1-0/+4
2004-06-03[SCTP] Fix to wakeup blocking connect() after max INIT retries failed.Sridhar Samudrala2-1/+8
2004-06-03[SCTP] Fix missing VTAG validation on certain incoming packets.Sridhar Samudrala1-74/+34
2004-06-03[SCTP] Fix the use of cached non-zero vtag in an INIT that is resentSridhar Samudrala2-0/+6
2004-06-03[SCTP] Fix to not start a new association on a 1-many style sendmsg()Jorge Hernandez-Herrero1-0/+5
2004-06-03[SCTP] Fix to not setup a new association if the endpoint is inJorge Hernandez-Herrero1-0/+25
2004-06-01Merge bk://bk.skbuff.net:20607/linux-2.6-ipstatsDavid S. Miller22-172/+193
2004-06-02[IPV4] use ip-independent ipstats_mib to store IPv4 statistics.Hideaki Yoshifuji10-47/+75
2004-06-02[IPV6] rename snmp6_ipv6_list to snmp6_ipstats_list.Hideaki Yoshifuji1-2/+2
2004-06-02[IPV{4,6}] introduce ip-independent ipstats_mib based on ipv6_mib.Hideaki Yoshifuji12-106/+106
2004-06-02[NET] Introduce and use several common stuff for snmp item list.Hideaki Yoshifuji1-17/+10
2004-06-02[IPV6] use appropriate __alignof__() for mibs.Hideaki Yoshifuji1-2/+2
2004-06-01[IPV4]: Store idev in routes.Hideaki Yoshifuji1-0/+12
2004-05-31[IPSEC]: Fix xfrm_tunnel leak.Herbert Xu2-1/+1
2004-05-31[IPV6]: ndisc_dst_alloc can never get a NULL dev.David S. Miller1-3/+2
2004-05-31[IPV6]: Store idev in routes.Hideaki Yoshifuji1-8/+23
2004-05-31Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller17-387/+343
2004-06-01[Bluetooth] Add dynamic channel allocation for RFCOMM server socketsMarcel Holtmann2-1/+22
2004-06-01[Bluetooth] Add dynamic PSM allocation for L2CAP server socketsMarcel Holtmann1-2/+21
2004-06-01[Bluetooth] Allocate protocol number for HIDP supportMarcel Holtmann1-2/+2
2004-06-01[Bluetooth] Update Kconfig help entriesMarcel Holtmann4-20/+14
2004-06-01[Bluetooth] Remove CVS tags and cleanup the codeMarcel Holtmann9-279/+250
2004-06-01[Bluetooth] Move function exports out of syms.cMarcel Holtmann7-85/+36
2004-05-30Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds1-0/+1
2004-05-30[PATCH] sparse: SIOCGIFCONF handling - the rest of itAlexander Viro2-9/+17
2004-05-30[PATCH] sparse: net/* non-ANSI argument listsAlexander Viro3-4/+4
2004-05-30[PATCH] sparse: more net/* annotationAlexander Viro5-16/+18
2004-05-30[PATCH] sparse: trivial part of net/* annotationAlexander Viro18-100/+106
2004-05-30[PATCH] sparse: missed piece of sock_get_timestamp() annotationAlexander Viro1-2/+2
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro16-17/+17
2004-05-30Merge davem@nuts.davemloft.net:/disk1/BK/net-2.6David S. Miller1-0/+1
2004-05-30[PKT_SCHED]: Missing rta_len init in sch_delay.David S. Miller1-0/+1
2004-05-29Add __user annotations to sock_get_timestamp()Linus Torvalds13-13/+13
2004-05-29[PATCH] sparse: nf_sockopt() annotationAlexander Viro8-28/+28
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro29-157/+164
2004-05-28[NET]: Do net_todo_list empty check under semaphore.David S. Miller1-5/+9
2004-05-28[IPSEC]: Fix ref counting in __xfrmN_bundle_create().Herbert Xu3-2/+6
2004-05-28[NET]: Simplify netdev_sysfs_xxx if SYSFS is not configured.Stephen Hemminger2-3/+18
2004-05-28[IPV4]: Fix skb leak in igmpv3_newpack.Patrick McHardy1-0/+1
2004-05-28[IPV4,6]: Fix off-by-one in max protocol-type checkPatrick McHardy2-2/+2
2004-05-28[IPV6]: Fix memory leak in ah6.cPatrick McHardy1-1/+3
2004-05-28[AF_KEY]: Set family for state selector.Herbert Xu1-1/+1
2004-05-28[TCP]: More sysctl tweakings for rcvbuf stuff.David S. Miller3-14/+26
2004-05-27[TCP]: Grow socket receive buffer based upon estimated sender window.David S. Miller2-0/+56
2004-05-27[TCP]: Add receiver side RTT estimation.David S. Miller1-0/+78
2004-05-26Cset exclude: mashirle@us.ibm.com|ChangeSet|20040526204412|10895David S. Miller13-407/+44
2004-05-26[TCP]: Add tcp_default_win_scale sysctl.David S. Miller2-0/+10
2004-05-26[TCP]: Kill distance enforcement between tcp_mem[] elements.David S. Miller1-4/+0
2004-05-26[SCTP]: Kill 64-bit platform warning.David S. Miller1-3/+3
2004-05-25[IPV6]: Add new IPv6 MIBs counters support through netlink.Shirley Ma13-44/+407
2004-05-25[IPV6]: Fix pmtu check conditions in two spots.Shirley Ma2-4/+6
2004-05-25[NET_SCHED] Do not oops when user tries to attach a filter to a TBF qdisc.Dmitry Torokhov1-0/+6
2004-05-24Merge davem@nuts.davemloft.net:/disk1/BK/net-2.6David S. Miller2-4/+7
2004-05-24[IPSEC]: Fix buglet in AF_KEY spddeleteSteven King1-1/+1
2004-05-24[VLAN]: Use KERN_INFO for VLAN_INF.Joshua Jackson1-1/+1
2004-05-24[IPSEC]: Use add_timer() in xfrm_state_find.Herbert Xu1-1/+2
2004-05-24[IPSEC]: Fix outdated comment in __xfrm_state_delete.Herbert Xu1-7/+3
2004-05-24[IPSEC]: Do not leak entries in xfrm_state_find.Herbert Xu1-10/+6
2004-05-24[PATCH] Fix various memory leaksAndrew Morton1-1/+5
2004-05-24[PATCH] Prevent scary warnings from knfsdAndrew Morton1-3/+2
2004-05-23[IPSEC]: Use add_timer in find_acq.Herbert Xu2-2/+4
2004-05-23[IPSEC]: Fix OOPS when deleting an ip address.Herbert Xu2-6/+6
2004-05-23[Bluetooth] Use try_module_get() for RFCOMM sessionsMarcel Holtmann1-12/+13
2004-05-23[NET]: Save some space with sysfs strings.Vadim Lobanov1-3/+3
2004-05-23Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller1-12/+13
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton1-3/+3
2004-05-21[BRIDGE]: Forwarding table sanity checks.Stephen Hemminger1-47/+72
2004-05-21[BRIDGE]: New ioctl interface for 32/64 compatability.Stephen Hemminger4-29/+85
2004-05-21[BRIDGE]: Add sysfs support.Stephen Hemminger7-6/+734
2004-05-21[BRIDGE]: Expose timer_residue function for use by sysfs.Stephen Hemminger3-14/+16
2004-05-21[BRIDGE]: Read forwarding table chunk at a time.Stephen Hemminger3-62/+62
2004-05-21[BRIDGE]: Fix deadlock on device removal.Stephen Hemminger1-6/+11
2004-05-21[BRIDGE]: Ioctl cleanup and consolidation.Stephen Hemminger4-102/+72
2004-05-21[BRIDGE]: Relax locking on add/delete.Stephen Hemminger1-40/+35
2004-05-21[BRIDGE]: Cleanup of bridge allocation.Stephen Hemminger1-8/+9
2004-05-21[BRIDGE]: Handle delete of multiple devices with same address.Stephen Hemminger1-2/+21
2004-05-21[IPSEC]: Lock policy in policy timer.Herbert Xu1-0/+3
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton1-0/+6
2004-05-21[PATCH] gss_api build fixAndrew Morton1-5/+15
2004-05-21[IPSEC]: Fix state modifications in xfrm_state_update().Herbert Xu1-5/+6
2004-05-21[BRIDGE]: Fix LL_RESERVED_SPACE usage in netfilter code.Bart De Schuymer1-1/+1
2004-05-21[IPV4]: Fix deadlock in IP tunnel error path.Hideaki Yoshifuji1-0/+1
2004-05-21Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller1-19/+22
2004-05-20From: Dave Jones <davej@redhat.com>Trond Myklebust1-7/+15
2004-05-20RPCSEC_GSS: The expiration time passed down in theTrond Myklebust2-2/+2
2004-05-20RPCSEC_GSS: Split out integrity code in wrap andTrond Myklebust1-72/+90
2004-05-20RPCSEC_GSS: Move EXPORT_SYMBOL's to place where functionsTrond Myklebust6-1/+34
2004-05-20RPCSEC_GSS: Fix module reference counting.Trond Myklebust6-128/+150
2004-05-20RPCSEC_GSS: Make a couple functions in the krb5 code moreTrond Myklebust6-16/+20
2004-05-20RPCSEC_GSS: this adds some new trace messages andTrond Myklebust8-57/+74
2004-05-20Following a suggestion by Jamie LokierTrond Myklebust4-35/+51
2004-05-20RPC: Ensure that if we reconnect, we delay by at least 15Trond Myklebust1-3/+11
2004-05-19Merge bk://bk.skbuff.net:20606 into nuts.davemloft.net:/disk1/BK/net-2.6David S. Miller1-19/+22
2004-05-21[IPV6] ensure to evaluate the checksum for sockets with the IPV6_CHECKSUM opt...Hideaki Yoshifuji1-1/+2
2004-05-21[IPV6] put appropriate checksum for rawv6 sockets even if it was not initiali...Hideaki Yoshifuji1-0/+4
2004-05-21[IPV6] unify csum_ipv6_magic() code path for rawv6 sockets.Hideaki Yoshifuji1-10/+9
2004-05-21[IPV6] unify XXX_push_pending_frames() code path for rawv6 sockets.Hideaki Yoshifuji1-7/+6