aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-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
2005-01-04[PATCH] Warn when old code would have done extra manglingRusty Russell1-0/+22
2005-01-04[PATCH] Remove do_extra_mangle: double NAT on LOCAL_OUTRusty Russell1-73/+23
2005-01-04[PATCH] Don't try too hard to NAT to unique tupleRusty Russell1-61/+29
2005-01-04[PATCH] ip_conntrack_alter_reply doesn't need to loopRusty Russell2-37/+18
2005-01-04[PATCH] Remove NAT to multiple rangesRusty Russell10-251/+188
2005-01-04[PATCH] When ipt_ECN needs TCP, check it is not invertedRusty Russell1-1/+1
2005-01-04[PATCH] ipt_REJECT Target nonlinear fixesRusty Russell1-19/+5
2005-01-04RPC: call_verifyTrond Myklebust1-19/+30
2005-01-04 Subject: [PATCH] RPC: display XIDs in host orderTrond Myklebust1-3/+4
2005-01-04 RPC: Optimize away unnecessary del_timer_sync() operations, when weTrond Myklebust1-1/+7
2005-01-04RPCSEC_GSS: Miscellaneous cleanup of auth_gss.c: we're passing somethingTrond Myklebust1-10/+7
2005-01-04RPC: The RPCAUTH_CRED_DEAD flag had been unused for some time before ITrond Myklebust1-12/+0
2005-01-04RPC: Instead of setting a flag (RPCAUTH_CRED_DEAD) in the cred toTrond Myklebust2-2/+4
2005-01-04RPCSEC_GSS: When the gss code notices that a cred has expired, markTrond Myklebust1-8/+19
2005-01-04RPC: Add missing calls to flush_dcache_page() in net/sunrpc/xdr.cTrond Myklebust1-0/+4
2005-01-04RPC: More aggressive RPC debugging code.Trond Myklebust1-13/+4
2005-01-04RPC: Fix a bug in rpc_killall_tasks().Trond Myklebust1-6/+9
2005-01-04RPC: Remove the rpc_queue_lock global spinlock. Replace it with per-rpc_queueTrond Myklebust1-39/+30
2005-01-04RPC: Convert rpciod into a work queue for greater flexibility.Trond Myklebust2-331/+139
2005-01-03[PATCH] Fix broken RST handling in ip_conntrackMartin Josefsson1-1/+2
2005-01-03[PATCH] netfilter: Fix cleanup in ipt_recent should ipt_registrater_match errorRusty Russell1-2/+5
2005-01-03[PATCH] netfilter: Remove copy_to_user Warnings in NetfilterRusty Russell3-11/+12
2005-01-03[PATCH] netfilter: Remove IPCHAINS and IPFWADM compatibilityRusty Russell8-4351/+3
2005-01-03[PATCH] netfilter: Add comment above remove_expectations in destroy_conntrack()Rusty Russell1-1/+4
2005-01-03[PATCH] netfilter: Fix ip_ct_selective_cleanup(), and rename ip_ct_iterate_cl...Rusty Russell5-26/+50
2005-01-03[PATCH] netfilter: Fix ip_conntrack_proto_sctp exit on sysctl failRusty Russell1-2/+3
2005-01-03[PATCH] netfilter: fix return values of ipt_recent checkentryRusty Russell1-9/+9
2005-01-03[PATCH] TCP hashes: NUMA interleavingBrent Casavant1-33/+29
2005-01-03[PATCH] kill off highmem_start_pageDave Hansen1-1/+1
2005-01-01[PATCH] Fix cleanup path when sysctl registration failsRusty Russell1-1/+3
2005-01-01[PATCH] Fix proc removal in ip_conntrack_standaloneRusty Russell1-2/+2
2005-01-01[PATCH] ipt_ECN corrupt checksum fixRusty Russell1-1/+1
2004-12-27Merge nuts.davemloft.net:/disk1/BK/ib-2.6David S. Miller3-1/+15
2004-12-27[INFINIBAND]: IPoIB IPv6 supportRoland Dreier2-1/+12
2004-12-27[INFINIBAND]: IPoIB IPv4 multicastRoland Dreier1-0/+3
2004-12-27Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller124-1709/+537
2004-12-27[INET] move inet_sock into inet_opt and rename it to inet_sockArnaldo Carvalho de Melo26-118/+116
2004-12-27[PKT_SCHED]: dsmark should ignore ECN bitsThomas Graf1-2/+5
2004-12-27[LLC]: llc_sap_list_lock really does need to be exported.David S. Miller1-0/+1
2004-12-27[IRDA]: More staticization becomes possible in ircomm_ttp.cDavid S. Miller1-27/+57
2004-12-27[IRDA]: Kill useless parens from return statements in irnet.hJesper Juhl1-2/+2
2004-12-27[PKT_SCHED]: Staticize and other cleanups.Adrian Bunk8-16/+18
2004-12-27[RXRPC]: Staticize and remove unused globals and exports.Adrian Bunk6-22/+15
2004-12-27[ROSE]: Staticize and remove unused global functions.Adrian Bunk5-68/+13
2004-12-27[NETROM]: Make needlessly global code static.Adrian Bunk2-3/+4
2004-12-27[LLC]: Staticize and remove unnecessary functions and exports.Adrian Bunk9-250/+27
2004-12-27[IRDA]: Staticize and remove unnecessary exports.Adrian Bunk27-358/+186
2004-12-27[IPV4]: Let people know where to obtain the ss tool from.Patrick McHardy1-1/+4
2004-12-27[IPV4]: Staticize and remove unneeded exports.Adrian Bunk17-76/+77
2004-12-27[IPX]: Make needlessly global code static.Adrian Bunk2-5/+11
2004-12-27[IPVS]: Make needlessly global code static.Adrian Bunk5-7/+7
2004-12-27[AF_PACKET]: Make needlessly global code static.Adrian Bunk1-10/+11
2004-12-27[NETLINK]: Staticize and remove unused functions.Adrian Bunk1-27/+1
2004-12-27[AF_NET]: Mark pfkey_table static.Adrian Bunk1-1/+1
2004-12-27[NET]: Mark eth_header_parse static.Adrian Bunk1-1/+1
2004-12-27[XFRM]: Staticize, and remove unused global functions.Adrian Bunk5-17/+11
2004-12-27[X25]: Staticize, and remove unused global functions.Adrian Bunk4-57/+11
2004-12-27[AF_UNIX]: Mark needlessly global code static.Adrian Bunk2-2/+2
2004-12-27[SUNRPC]: Staticize, kill unused functions, and remove unneeded exports.Adrian Bunk16-229/+38
2004-12-27[NET]: No need to export sock_readv_writevAdrian Bunk1-2/+3
2004-12-27[AX25]: Staticize functions, and remove unused global function.Adrian Bunk3-22/+2
2004-12-27[APPLETALK]: Make some code static.Adrian Bunk3-8/+8
2004-12-27[SUNRPC]: Remove unused file net/sunrpc/auth_gss/sunrpcgss_syms.cAdrian Bunk1-37/+0
2004-12-27[SUNRPC]: Remove unused file net/sunrpc/svcauth_des.cAdrian Bunk1-215/+0
2004-12-27[SUNRPC]: Remove unused file net/sunrpc/auth_gss/gss_pseudoflavors.cAdrian Bunk1-237/+0
2004-12-27[PKT_SCHED]: Validate policer configuration TLVs.Thomas Graf1-8/+22
2004-12-24Merge nuts.davemloft.net:/disk1/BK/net-2.6.11David S. Miller31-408/+882
2004-12-19[PKT_SCHED]: Provide compat policer stats in action policerThomas Graf1-1/+9
2004-12-19[TCP]: Efficient port randomization (rev 3)Stephen Hemminger1-37/+25
2004-12-19[PKT_SCHED]: Fix double locking in tcindex destroy path.Thomas Graf1-4/+11
2004-12-19[TCP]: Missing newline character in printk.Stephen Hemminger1-1/+1
2004-12-14Merge nuts.davemloft.net:/disk1/BK/network-2.6.11David S. Miller30-371/+857
2004-12-14[PATCH] Fix return value when proc file creation fails in ip_conntrackRusty Russell1-0/+1
2004-12-14[PATCH] ip_conntrack_irc:parse_dcc should be staticRusty Russell1-2/+2
2004-12-13[PKT_SCHED]: Keep netem queue running until inner qdisc is emptyPatrick McHardy2-8/+1
2004-12-13[IPV4/IPV6]: IGMP source filter fixesChris Wright2-10/+10
2004-12-09[NETFILTER]: TCP window tracking bug fixes.Jozsef Kadlecsik1-14/+19
2004-12-08[IPVS] add a sysctl variable to expire quiescent templateWensong Zhang2-12/+23
2004-12-08Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller4-26/+47
2004-12-08[IPV6]: Do not use udp_poll for RAW sockets.David S. Miller1-1/+23
2004-12-08[TCP]: Missing KERN_INFO in remotely triggerable printk.Solar Designer1-1/+1
2004-12-08[PKT_SCHED]: netem forgets to restart device after inserting packetsStephen Hemminger1-2/+4
2004-12-08[PKT_SCHED]: Fix oops in ipt action error path.Patrick McHardy1-2/+1
2004-12-07[NETFILTER]: Fix memory leak in ip_conntrack_ftpPatrick McHardy1-0/+1
2004-12-07[NET]: CMSG compat code needs signedness fixes too.David S. Miller1-5/+7
2004-12-07[NET]: Fix CMSG validation checks wrt. signedness.Herbert Xu4-15/+4
2004-12-07[IPV4]: Do not leak IP options.David S. Miller1-0/+2
2004-12-07[IPV6]: Fix check if we're a router.Hideaki Yoshifuji1-1/+1
2004-12-07[IPV4]: Do not use udp_poll for RAW sockets.Mitchell Blank Jr.1-1/+26
2004-12-06[Bluetooth] Track the class of device valueMarcel Holtmann2-0/+2
2004-12-06[Bluetooth] Use separate inquiry data structureMarcel Holtmann4-26/+45
2004-12-01Merge nuts.davemloft.net:/disk1/BK/net-2.6.11-workDavid S. Miller30-371/+857
2004-11-30[RTNETLINK]: Link attribute modification by interface name.Thomas Graf1-3/+18
2004-11-30[GNET_STATS]: kernel-api doc for gnet stats/estimatorThomas Graf2-1/+124
2004-11-30[IPV4]: FIB cleanup, fib_detect_death()Robert Olsson3-25/+28
2004-11-30[IPV4]: FIB cleanup, fib_find_alias()Robert Olsson3-22/+30
2004-11-30[IPV4]: FIB cleanup, rtmsg_fib()David S. Miller3-34/+32
2004-11-30[UDP]: Select handling of bad checksums.Stephen Hemminger3-2/+49
2004-11-29[NET]: Missing security_*() check in net/compat.cMitchell Blank Jr.1-0/+4
2004-11-29[PKTGEN]: Clean error count before each run.Scott Feldman1-0/+1
2004-11-29[NET]: Fix inline keyword usage in skbuff.cJesper Juhl1-2/+2
2004-11-29[DECNET]: Typo in accept causes OOPS.Patrick Caulfield1-1/+1
2004-11-29[IPV6]: Fix races in ip6_route_{input,output}()Hideaki Yoshifuji1-4/+15
2004-11-29[IPV4]: Use schedule_timeout() instead of jiffies polling in ipconfig.Magnus Damm1-9/+6
2004-11-29Merge bk://bk.skbuff.net:20610/linux-2.6-inet6/David S. Miller1-48/+65
2004-11-27[NETFILTER]: Verify NAT manips have been applied before reversing them in icm...Patrick McHardy2-0/+37
2004-11-27[NETFILTER]: Apply PRE_ROUTING manips in LOCAL_OUT for locally generated icmp...Patrick McHardy1-0/+8
2004-11-27[NETFILTER]: Save a level of indentation in icmp_reply_translationPatrick McHardy1-30/+26
2004-11-27[NETFILTER]: Remove CONFIG_IP_NF_NAT_LOCAL config optionPatrick McHardy4-55/+4
2004-11-27[NETFILTER]: Release dst_entry in PRE_ROUTING after NATPatrick McHardy1-1/+24
2004-11-25Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds5-9/+49
2004-11-24[IPV6] improve ipv6_ifa_notify() readability.Brian Haley1-4/+2
2004-11-24[IPV6] Clean-up locking in ipv6_add_addr().Hideaki Yoshifuji1-19/+15
2004-11-24[IPV6] Stop DAD during shutting down the interface.Hideaki Yoshifuji1-8/+20
2004-11-24[IPV6] Fix a race when dad completed during shutting down its owner interface.Hideaki Yoshifuji1-2/+13
2004-11-24[IPV6] Fix possible dead-lock in ipv6_create_tempaddr().Hideaki Yoshifuji1-19/+19
2004-11-23[NETFILTER]: Apply ipsec to ipt_REJECT packets.Herbert Xu1-6/+34
2004-11-23[NET]: __sock_create() cleanupLuiz Capitulino1-8/+6
2004-11-23[X25]: Remove unused header files.Andrew Hendry9-111/+0
2004-11-23[X25]: When receiving a call, check listening sockets for matching call user ...Andrew Hendry2-15/+66
2004-11-23[XFRM]: Export xfrm_policy_delete()Arnaldo Carvalho de Melo1-0/+2
2004-11-23[PKT_SCHED]: Clean up tcf_action_init memory handlingPatrick McHardy1-57/+47
2004-11-23[EBTABLES]: Add userspace logging via netlink socket.Bart De Schuymer5-7/+318
2004-11-23[ATM]: Handle register_netdevice_notifier() errors in mpc.cMaximilian Attems1-1/+6
2004-11-23[VLAN]: Handler register_netdevice_notifier() errors.Maximilian Attems1-2/+7
2004-11-23[XFRM]: Fix endless loop in xfrm_policy_insertPatrick McHardy1-0/+1
2004-11-22[DECNET]: dn_neigh.c needs linux/module.hManfred Schwarb1-0/+1
2004-11-20[PATCH] misc __user annotationsAlexander Viro3-6/+6
2004-11-19[AF_UNIX]: Don't lose ECONNRESET in unix_seqpacket_sendmsg()James Morris1-2/+7
2004-11-18[PATCH] knfsd: svcrpc: fqdn length fixNeil Brown1-7/+7
2004-11-17[AF_UNIX]: Fix SELinux crashes with SOCK_SEQPACKETJames Morris1-4/+22
2004-11-17[NET]: Use local_softirq_pending instead of softirq_pending in netif_rx_niChristoph Hellwig1-1/+1
2004-11-17[NET]: Kill drivers/net/net_init.cChristoph Hellwig1-4/+108
2004-11-17[VLAN]: change_mtu should return 0 on success.John W. Linville1-1/+1
2004-11-17[NET]: Add alloc_skb_from_cache.Ian Pratt1-0/+53
2004-11-17[IPV4]: Missing pskb_may_pull in icmp_filter.Ian Pratt1-0/+3
2004-11-17[SCTP]: Fix printk arg typeRandy Dunlap1-1/+1
2004-11-17[DECNET]: Remove DECNET_SIOCGIFCONF.Patrick Caulfield2-71/+0
2004-11-17Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller1-3/+30
2004-11-17[Bluetooth] Check for L2CAP reliabilityMarcel Holtmann1-0/+21
2004-11-17[Bluetooth] Add support for L2CAP secure modeMarcel Holtmann1-3/+8
2004-11-17[Bluetooth] Correct locking for zero SCID responsesMarcel Holtmann1-0/+1
2004-11-17[IPV6]: Set sk_prot early enough in inet6_create()David S. Miller1-1/+1
2004-11-17[PKT_SCHED]: Allow using nfmark as key in U32 classifier.Catalin Boie2-0/+51
2004-11-16Merge bk://kernel.bkbits.net/acme/sock-2.6David S. Miller28-96/+232
2004-11-16[IPV4/IPV6]: Remove frag_list check from output path.Herbert Xu2-4/+3
2004-11-15[PATCH] net: scheduling policing fixAndries E. Brouwer1-0/+1
2004-11-15Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds22-90/+184
2004-11-15[IPV6]: Fix xfrm6_tunnel_check_size mtu calc.Herbert Xu1-1/+1
2004-11-14[PATCH] fix appletalk lockingAndries E. Brouwer1-1/+1
2004-11-14Merge bk://212.42.230.204/nf-2.6David S. Miller15-74/+134
2004-11-16[NETFILTER]: revert MASQUERADE optimization for mostly static IPsPhil Oester1-24/+36
2004-11-15Merge coreworks.de:/home/kaber/src/nf/nf-2.6-icmpPatrick McHardy8-29/+33
2004-11-15Merge coreworks.de:/home/kaber/src/nf/nf-2.6-ipqPatrick McHardy4-11/+43
2004-11-15Merge coreworks.de:/home/kaber/src/nf/nf-2.6-ip6tablesPatrick McHardy2-10/+22
2004-11-14[SCTP]: Fix inetaddr notifier chain corruptionPatrick McHardy2-6/+9
2004-11-14[NETFILTER]: Fix stack leakage in iptablesRusty Russell1-1/+1
2004-11-14[NETFILTER]: Cleanup find_appropriate_src() FixRusty Russell1-5/+2
2004-11-14[NETLINK]: Fix mc_list operationsHerbert Xu1-2/+9
2004-11-14[IPV6]: Temp fix for ipv6 link-local address problem.David S. Miller1-0/+23
2004-11-14[AF_UNIX]: Serialize dgram read using semaphore just like stream.David S. Miller1-1/+5
2004-11-15[NET] Assign inet transport sockets to the right moduleArnaldo Carvalho de Melo9-2/+10
2004-11-14Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds2-1/+43
2004-11-13[NETFILTER]: Fix invalid tcp/udp checksums within NATed icmp errorsPatrick McHardy5-9/+15
2004-11-13[NETFILTER]: associate locally generated icmp errors with conntrack of origin...Patrick McHardy3-20/+18
2004-11-13[NET]: No reason for pktgen.c to include pci.hAdrian Bunk1-1/+0
2004-11-13[APPLETALK]: Missing file add in recent commit.David S. Miller1-0/+43
2004-11-13[NETFILTER]: Enable rx timestamps in ip_queue/ip6_queuePatrick McHardy2-4/+8
2004-11-13[NET]: Move rx timestamp functions to net/core/dev.cPatrick McHardy2-5/+27
2004-11-13[PATCH] no __initdata in netfilterAndries E. Brouwer2-4/+4
2004-11-13[NETFILTER]: Handle nonlinear skbs in ip_queue/ip6_queuePatrick McHardy2-2/+8
2004-11-12Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds26-80/+345
2004-11-11[PATCH] netpoll: fix null ifa_list pointer dereferenceAndrew Morton1-2/+2
2004-11-10Merge bk://bk.skbuff.net:20610/linux-2.6-inet6-misc/David S. Miller20-79/+83
2004-11-10[NET]: Remove net_init.c ifdef clutter.Christoph Hellwig6-1/+262
2004-11-11[IPV6] Use ipv6_addr_equal() where appropriate.Hideaki Yoshifuji19-78/+77
2004-11-09Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller47-285/+290
2004-11-10[IPV6] Fix unresolved symbol timer_bug_msg.Hideaki Yoshifuji1-1/+6
2004-11-09Cset exclude: herbert@gondor.apana.org.au|ChangeSet|20041110052404|08839David S. Miller1-5/+1
2004-11-09[PKT_SCHED]: Unline inner qdiscs immediately in qdisc_destroy()Patrick McHardy2-2/+28
2004-11-09[NETFILTER]: Fix find_appropriate_src() to actually work.Rusty Russell1-25/+25
2004-11-09[AX25]: Fix cb lookupRalf Bächle1-10/+2
2004-11-09[NET]: Mark __{lock,release}_sock() static.Arjan van de Ven1-4/+2