aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2005-02-08[IPVS]: Replace schedule_timeout() with ssleep()Nishanth Aravamudan1-9/+5
2005-02-08[NET]: Replace schedule_timeout() with msleep() in netdev_wait_allrefs()Nishanth Aravamudan1-2/+2
2005-02-08[XFRM]: Kill xfrm_export.cAdrian Bunk6-67/+63
2005-02-07Fix ATM copy-to-user usage.Linus Torvalds2-2/+2
2005-02-06[IPV4]: ipconfig should use memmove() instead of strcpy()Matthew Wilcox1-1/+1
2005-02-06[NETFILTER]: Clean NAT status bits on module unloadPatrick McHardy1-0/+1
2005-02-06Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller1-0/+16
2005-02-06[PKT_SCHED]: netem: memory leakStephen Hemminger1-0/+1
2005-02-06[IPV6]: Fix tunnel list locking in ip6_tunnel.cHideaki Yoshifuji1-2/+2
2005-02-06[PKT_SCHED]: ipt action: add back pskb_expand_head() callPatrick McHardy1-0/+5
2005-02-06Merge bk://212.42.230.204/nf-2.6David S. Miller3-5/+6
2005-02-05Merge davem@nuts.davemloft.net:/disk1/BK/net-2.6David S. Miller4-2/+33
2005-02-05[NET]: Add barriers for dst refcnt.Herbert Xu1-0/+2
2005-02-05[Bluetooth] Support Broadcom BCM92035 USB donglesMarcel Holtmann1-0/+16
2005-02-02[XFRM]: Fix inverted strcmp() test in xfrm_get_byname().Herbert Xu1-1/+1
2005-02-01[PATCH] pktgen __user annotationsAlexander Viro1-15/+15
2005-02-01[IPV4]: Add gc_min_interval_ms sysctl.Robert Olsson1-0/+11
2005-02-01[PKT_SCHED]: Fix ingress qdisc to pick up IPv6 packets when using netfilter h...Thomas Graf1-1/+19
2005-02-01[NETFILTER]: Use GFP_ATOMIC in ipt_hashlimitSamuel Jean1-1/+1
2005-02-01[NETFILTER]: Fix ip_conntrack_ftp crash with debugging enabledNicolas Bouliane1-4/+3
2005-02-01[NETFILTER]: Improve TCP window tracking retransmission detectionPhil Oester1-0/+2
2005-01-30[NET]: Fix kernel oops if base_reachable_time is set to zero.Hideaki Yoshifuji1-1/+1
2005-01-30[NETFILTER]: Fix ICMP checksumming in icmp_reply_translation()Patrick McHardy1-7/+7
2005-01-30[NETFILTER]: Fix TCP header offset used in tcp_manip_pkt().Patrick McHardy1-1/+1
2005-01-30[IPV6]: Fix ip6_copy_metadata potential dst leak too.Hideaki Yoshifuji1-0/+1
2005-01-30[IPV4]: Do not leak dst entries in ip_copy_metadata().Patrick McHardy1-0/+1
2005-01-30Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller5-10/+49
2005-01-30[Bluetooth] Skip raw mode devices when choosing source deviceMarcel Holtmann1-1/+1
2005-01-29[Bluetooth] Support raw mode only devicesMarcel Holtmann2-8/+19
2005-01-29[Bluetooth] Update inquiry cache from clock offset eventMarcel Holtmann1-0/+28
2005-01-29[Bluetooth] Remove MTU check for the L2CAP raw socketMarcel Holtmann1-1/+1
2005-01-27Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller12-70/+44
2005-01-26[NET]: Kill now unused local var from sock_init().David S. Miller1-2/+0
2005-01-26[NET]: Kill excess initializerBenjamin LaHaise1-7/+0
2005-01-26[ATM]: replace schedule_timeout() with msleep()Chas Williams1-2/+2
2005-01-26[ATM]: [svc] get accounting right when we remove skbChas Williams1-0/+1
2005-01-26[IPSEC]: Fix processing of error from crypto module.Kazunori Miyazawa2-11/+7
2005-01-26[IPV4]: Keep fragment queues private to each user.Patrick McHardy6-47/+33
2005-01-26[ATM]: Fix IRQ flags type in lec_arp_expire_vccHerbert Xu1-1/+1
2005-01-25Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds21-155/+252
2005-01-25[NET]: Set NLM_F_MULTI for neighbour rtnetlink messages to userspace.Thomas Graf1-0/+1
2005-01-25[XFRM]: Probe selected algorithm only.Herbert Xu9-50/+39
2005-01-25Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller9-29/+50
2005-01-25[NET]: netpoll: Fix NAPI polling race on SMPAndrew Morton1-16/+25
2005-01-25[NETFILTER]: IRC Zero Port FixRusty Russell2-2/+10
2005-01-25[VLAN]: Eliminate gcc warnings with PROC_FS=nRandy Dunlap1-2/+2
2005-01-25[PATCH] kill softirq_pending()Christoph Hellwig1-1/+1
2005-01-25[NETFILTER]: Add inversion to multiport matchPhil Oester1-7/+8
2005-01-25[NETFILTER]: Fix compile errors without NATMartin Josefsson1-0/+1
2005-01-25[NETFILTER]: Fix SNAT/DNAT target size checksMartin Josefsson1-2/+2
2005-01-24[IPV4/IPV6]: In ip_fragment(), reset ip_summed field on SKB sub-frags.Herbert Xu2-0/+2
2005-01-23[Bluetooth] Add RFCOMM service level securityMarcel Holtmann1-19/+138
2005-01-23[Bluetooth] Fix rfcomm_sock_destruct() deadlockMarcel Holtmann1-2/+7
2005-01-23[Bluetooth] Fix too many keys pressed errorMarcel Holtmann1-0/+7
2005-01-23[Bluetooth] Use wait_event_timeout()Marcel Holtmann1-20/+4
2005-01-23[Bluetooth] Use wait_event_interruptible_timeout()Marcel Holtmann1-35/+8
2005-01-20[NETLINK]: Move nl_nonroot into netlink_table.Pablo Neira1-3/+3
2005-01-19Cset exclude: davem@nuts.davemloft.net|ChangeSet|20050120063740|10274David S. Miller7-36/+51
2005-01-19[NET]: Close NETIF_F_LLTX race conditions.David S. Miller7-51/+36
2005-01-18Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller3-37/+38
2005-01-18[NETLINK]: Unshare SKB, as necessary, in netlink_trim()Herbert Xu1-8/+18
2005-01-18Merge bk://212.42.230.204/net-2.6-schedDavid S. Miller7-200/+110
2005-01-19Merge coreworks.de:/home/kaber/src/bk-repos/net-2.6Patrick McHardy7-200/+110
2005-01-19[PKT_SCHED]: fix CONFIG_NET_CLS_ACT skb leaks in HFSC/CBQPatrick McHardy4-175/+83
2005-01-19[PKT_SCHED]: cls_route: fix tcf_exts falloutPatrick McHardy1-2/+2
2005-01-18[IPV6]: kill needless initialization and comparison in icmp.cHideaki Yoshifuji1-18/+14
2005-01-19[PKT_SCHED]: cls_api.c: fix module reference leak on module loadPatrick McHardy1-1/+3
2005-01-19[PKT_SCHED]: cls_rsvp: fix tcf_exts falloutPatrick McHardy2-22/+22
2005-01-17[ATM]: avoid race between svc_disconnect and sigd exitingChas Williams1-7/+4
2005-01-17[ATM]: change atm address functions to use list_addChas Williams2-50/+44
2005-01-17[ATM]: [lec] rewrite to eliminate lec_arp_users in favor of lec_arp_lockChas Williams2-166/+157
2005-01-17[IPV6]: IPoIB link addr option needs two byte pad.Roland Dreier1-10/+40
2005-01-17[IPV6]: Ensure to learn link-layer address from RA.Hideaki Yoshifuji1-2/+11
2005-01-17Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller1-20/+21
2005-01-17[NETFILTER]: Fix SNMP nat build.Rusty Russell3-70/+45
2005-01-17[TCP]: Do not try to collapse multi-packet SKBs.Alexey Kuznetsov1-0/+1
2005-01-17[XFRM]: Unexport xfrm_policy_deleteAdrian Bunk1-2/+0
2005-01-17[IPX] use a private slab cache for socksArnaldo Carvalho de Melo3-37/+38
2005-01-16[NETFILTER]: Remove no longer needed symbol exports.David S. Miller1-4/+0
2005-01-16[NET]: Use unlocked_ioctl for sock_ioctl.Andi Kleen1-8/+4
2005-01-16[TCP]: Remove tcp_pcount_tHerbert Xu5-160/+138
2005-01-16[NET]: net/802/: some cleanupsAdrian Bunk7-32/+20
2005-01-16[NETFILTER]: Don't cacheline align slab allocsRusty Russell2-5/+3
2005-01-16[NETFILTER]: Get rid of 'initialized' in nat structure: use conntrack status ...Rusty Russell4-18/+19
2005-01-16[NETFILTER]: Use a bit in conntrack status to indicate sequence number adjust...Rusty Russell2-13/+9
2005-01-16[NETFILTER]: Remove ip_conntrack_tuple_hash 'ctrack' pointerRusty Russell7-39/+47
2005-01-16[NETFILTER]: Remove manip array from conntrack entryRusty Russell8-380/+197
2005-01-16[NETFILTER]: Adrian Bunk's cleanup patchesRusty Russell10-46/+42
2005-01-16[NETFILTER]: Remove remaining multirange related codeRusty Russell1-18/+3
2005-01-16[NETFILTER]: Make expectations timeouts compulsoryRusty Russell4-19/+10
2005-01-16[NETFILTER]: Simplify expect handlingRusty Russell12-381/+218
2005-01-16[NETFILTER]: Fix up IRC, AMANDA, TFTP and SNMPRusty Russell9-628/+233
2005-01-16[NETFILTER]: Call NAT helper modules directly from conntrack modules, fixup FTPRusty Russell9-457/+237
2005-01-16[NETFILTER]: Fix overlapping expectations in existing expectation codeRusty Russell1-5/+4
2005-01-16[IPV6]: Fix EUI64 generation on S/390.Christoph Hellwig1-4/+23
2005-01-16[PKT_SCHED]: Fix c99ism in cls_api.cThomas Graf1-17/+19
2005-01-16[NETLINK]: Orphan SKBs in netlink_trim().Herbert Xu1-9/+3
2005-01-16Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller11-64/+63
2005-01-16Merge bk://bk.skbuff.net:20611/linux-2.6-inet6David S. Miller2-5/+17
2005-01-16[PATCH] RPC: fix crrefresh() operations for AUTH_NULL and AUTH_SYSTrond Myklebust2-2/+3
2005-01-16[PATCH] RPCSEC_GSS: Fix a refcount leakTrond Myklebust2-7/+8
2005-01-16[IPV6] Don't update FAILED entries on receipt of NAs.Hideaki Yoshifuji1-0/+4
2005-01-16[IPV6] Don't use expired default routes.Hideaki Yoshifuji1-5/+13
2005-01-15[IPV6] merge raw6_sock with raw6_optArnaldo Carvalho de Melo1-20/+21
2005-01-14[PATCH] various Kconfig fixesGabor Egry4-12/+10
2005-01-14[PATCH] swsusp: refrigerator cleanupsPavel Machek2-4/+1
2005-01-14[SCTP] merge sctp_sock with sctp_optArnaldo Carvalho de Melo11-64/+63
2005-01-14[IPV6]: Fix locking in ip6_dst_lookup().Herbert Xu1-3/+3
2005-01-14[TCP]: Do not underflow sk_forward_alloc in sendpage().David S. Miller1-6/+12
2005-01-13Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller1-5/+6
2005-01-13[IPV6]: Misc cleanups.Adrian Bunk9-106/+28
2005-01-13[NET]: Tone down the verbosity of diverter messages.Lennert Buytenhek1-16/+9
2005-01-13Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller2-13/+13
2005-01-13[RAW] merge raw_sock with raw_optArnaldo Carvalho de Melo1-5/+6
2005-01-13[NET]: Check for SOL_SOCKET in compat_sys_getsockoptOlaf Kirch1-1/+2
2005-01-13[ATALK]: Add ioctls to allow ifx txqueuelen sets/getsNeil Horman1-0/+3
2005-01-13[DECNET]: Misc cleanupsAdrian Bunk5-77/+5
2005-01-13Merge bk://212.42.230.204/nf-2.6David S. Miller130-246/+270
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner116-157/+157
2005-01-13Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller2-4/+4
2005-01-13[IPV6]: Fix tunnel list locking in sit.cHideaki Yoshifuji1-2/+2
2005-01-13Merge bk://212.42.230.204/net-2.6-schedDavid S. Miller16-77/+98
2005-01-13[NETLINK]: netlink_kernel[] no longer used.David S. Miller1-4/+0
2005-01-13[EBTABLES]: Use correct printf format for size_t.David S. Miller1-1/+1
2005-01-13[TCP]: Fix sk_forward_alloc assertion failures with TSO.David S. Miller1-1/+4
2005-01-12Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller2-0/+4
2005-01-13[Bluetooth] Lock initializer cleanupMarcel Holtmann2-4/+4
2005-01-12[PKT_SCHED]: cls_api.c: drop rtnl for loading modulesPatrick McHardy1-6/+16
2005-01-12[PKT_SCHED]: act_api.c: kill some exportsPatrick McHardy1-6/+0
2005-01-12[PKT_SCHED]: tcf_exts: rate_tlv is optionalPatrick McHardy1-3/+3
2005-01-12[PKT_SCHED]: act_api.c: drop rtnl for loading modulesPatrick McHardy2-11/+37
2005-01-11[PKT_SCHED]: tc actions: disable bhs while lock is held in init pathPatrick McHardy2-4/+4
2005-01-11[PKT_SCHED]: Fix memory leaks in cls_u32.c error pathPatrick McHardy1-5/+11
2005-01-11[PKT_SCHED]: Use rtattr_parse_nested where appropriatePatrick McHardy14-42/+27
2005-01-11[NETFILTER] re-introduce __initdata to {arp,ip,ip6}_tablesHarald Welte11-41/+35
2005-01-11[NETFILTER]: move ipt_error and ipt_standard to iptables.hPablo Neira4-76/+0
2005-01-11[NETFILTER]: Fix ip6tables ESP matching with "-p all"Patrick McHardy1-1/+1
2005-01-11[NETFILTER]: Add --log-uid option to ipt_LOG/ip6t_LOGPatrick McHardy2-0/+16
2005-01-11[NETFILTER]: Remove skb_linearize in ip6tablesPatrick McHardy2-8/+0
2005-01-11[NETFILTER]: Fix stack leakage in ip6tablesPatrick McHardy1-1/+1
2005-01-10[PATCH] make IRDA string tables conditional on CONFIG_IRDA_DEBUGWilliam Lee Irwin III2-0/+4
2005-01-10[UDP] merge udp_sock with udp_optArnaldo Carvalho de Melo2-13/+13
2005-01-09[PKT_SCHED]: act_api.c: sync multi action order processingPatrick McHardy1-49/+33
2005-01-09[PKT_SCHED]: act_api.c: push memory allocation to tcf_action_get_1Patrick McHardy1-18/+30
2005-01-09[PKT_SCHED]: act_api.c: remove module loading from get/delete operationsPatrick McHardy1-79/+15
2005-01-09[PKT_SCHED]: ipt action: fix module refcount underflow/mem leaks in tcf_ipt_c...Patrick McHardy1-10/+22
2005-01-09[PKT_SCHED]: tc actions: remove unnecessary locking for refcnt changesPatrick McHardy1-2/+0
2005-01-09[PKT_SCHED]: ipt action: fix missing unlock on error pathPatrick McHardy1-4/+0
2005-01-09[PKT_SCHED]: police action: fix multiple bugs in init pathPatrick McHardy1-37/+49
2005-01-09[PKT_SCHED]: pedit action: fix multiple bugs in init pathPatrick McHardy1-30/+55
2005-01-09[PKT_SCHED]: mirred action: fix multiple bugs in init pathPatrick McHardy1-44/+42
2005-01-09[PKT_SCHED]: ipt action: fix multiple bugs in init pathPatrick McHardy1-120/+78
2005-01-09[PKT_SCHED]: gact action: fix multiple bugs in init pathPatrick McHardy1-32/+34
2005-01-09[PKT_SCHED]: tc actions: remove checks for impossible conditionsPatrick McHardy5-68/+6
2005-01-09[PKT_SCHED]: tc actions: whitespace and coding style cleanupPatrick McHardy5-246/+196
2005-01-09[PKT_SCHED]: act_api.c: clean up init path, propagate errors properlyPatrick McHardy1-36/+17
2005-01-09[RTNETLINK]: Use rtattr_strcmp where appropriatePatrick McHardy5-5/+5
2005-01-09[PKT_SCHED]: Add rtattr_strlcpy, use it where appropriatePatrick McHardy8-42/+37
2005-01-09[PKT_SCHED]: act_api.c: remove unnecessary initializationsPatrick McHardy1-13/+10
2005-01-09[PKT_SCHED]: act_api.c: remove checks for impossible conditionsPatrick McHardy1-34/+15
2005-01-09[PKT_SCHED]: act_api.c: use consistent comparison stylePatrick McHardy1-40/+37
2005-01-09[PKT_SCHED]: act_api.c: whitespace and coding style cleanupPatrick McHardy1-184/+141
2005-01-09[PKT_SCHED]: Restore net/sched/ipt.c After iptables Kmod CleanupRusty Russell2-44/+40
2005-01-09[PKT_SCHED]: Actions are now available for all classifiers & Fix police Kconf...Thomas Graf1-8/+8
2005-01-09[PKT_SCHED]: rsvp: use tcf_exts APIThomas Graf1-53/+49
2005-01-09[PKT_SCHED]: tcindex: allow changing parameters for existing filters and use ...Thomas Graf1-166/+207
2005-01-09[PKT_SCHED]: route: allow changing parameters for existing filters and use tc...Thomas Graf1-156/+188
2005-01-09[PKT_SCHED]: fw: make use of tcf_exts APIThomas Graf1-98/+39
2005-01-09[PKT_SCHED]: u32: make use of tcf_exts APIThomas Graf1-84/+40
2005-01-09[PKT_SCHED]: tc filter extension APIThomas Graf1-0/+153
2005-01-09[NET]: Add rtnl_lock_interruptible()Christoph Hellwig1-0/+6
2005-01-09[IPVS]: Kill check_for_ip_vs_out, no longer usedArjan van de Ven1-26/+0
2005-01-09[NETLINK]: Kill netlink_post, no longer usedArjan van de Ven1-34/+0
2005-01-09[NET]: Fix CMSG_COMPAT_OK length check.Olaf Kirch1-1/+1
2005-01-09[NET]: misc cleanupsAdrian Bunk9-64/+22
2005-01-09Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller23-472/+1000
2005-01-09[BRIDGE-NF]: Check ipv4 vs ipv6 more reliably in ip_sabotage_out().Bart De Schuymer1-15/+18
2005-01-09[AX25]: Put back ax25digicmp.David S. Miller1-0/+20
2005-01-09Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller11-64/+314
2005-01-09[NET]: pktgen updateRobert Olsson1-1027/+2744
2005-01-09[AX25]: Revert to 2.6.9 behavior.Alan Cox1-2/+10
2005-01-09Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller13-231/+231
2005-01-07[PATCH] sched: net: fix scheduling latencies in __release_sockIngo Molnar1-0/+9
2005-01-07[PATCH] sched: net: fix scheduling latencies in netstatIngo Molnar1-1/+8
2005-01-05Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller13-231/+231
2005-01-04[PATCH] knfsd: rpcsec_gss: comparing pointer to 0 instead of NULLNeil Brown1-1/+1
2005-01-04[PATCH] knfsd: svcrpc: share code duplicated between auth_unix and auth_nullNeil Brown1-52/+36
2005-01-04[PATCH] knfsd: svcrpc: auth_null fixesNeil Brown1-12/+18
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen1-0/+1
2005-01-04[PATCH] More ECN Fixes: make writable before writingRusty Russell1-30/+27
2005-01-04[PATCH] ftp nonlinear packet fixRusty Russell1-7/+10
2005-01-04[PATCH] Fix for NAT core on nonlinear skbsRusty Russell1-1/+1
2005-01-04[PATCH] Fix for UDP and TCP NAT on nonlinear skbsRusty Russell2-9/+9
2005-01-04[PATCH] Conntrack Hash Allocation using __get_free_pagesRusty Russell1-5/+28
2005-01-04[PATCH] Multiport revision with port ranges (replaces "mport")Rusty Russell1-17/+104
2005-01-04[PATCH] Add bitops to ipt_MARK without breaking compatbilityRusty Russell1-16/+99
2005-01-04[PATCH] iptables revision getsockoptRusty Russell1-0/+84
2005-01-04[PATCH] Steal a Character To Create a Revision NumberRusty Russell1-25/+46
2005-01-04[PATCH] Clean up the kmod handling code in iptables.cRusty Russell1-104/+67
2005-01-04[PATCH] Remove Randomness in Selecting NAT IP AddressRusty Russell1-89/+11