aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2005-06-26[IPVS]: Fix for overflowspageexec2-5/+7
2005-06-26[NETLINK]: Fix two socket hashing bugs.David S. Miller1-3/+8
2005-06-26[PKTGEN]: Fix random packet sizes causing panicRobert Olsson1-16/+13
2005-06-26[TCP]: Let TCP_CONG_ADVANCED default to nAdrian Bunk1-1/+0
2005-06-26[IPV4]: Fix thinko in TCP_CONG_BIC default.David S. Miller1-1/+1
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds4-6/+6
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter4-6/+6
2005-06-24[SUNRPC]: Fix {s,}size_t printf format strings in xprt.cDavid S. Miller1-2/+2
2005-06-24[TCP]: Do not present confusing congestion control options by default.David S. Miller1-1/+19
2005-06-24[IPV4]: Move FIB lookup algorithm choice under IP_ADVANCED_ROUTINGDavid S. Miller1-26/+38
2005-06-24[PKT_SCHED]: Make TEXTSEARCH* options only selected.David S. Miller1-2/+3
2005-06-24Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-159/+420
2005-06-24[PATCH] make various thing staticAdrian Bunk1-2/+14
2005-06-24[PATCH] knfsd: nfsd4: fix probe_callbackNeilBrown1-0/+1
2005-06-23[PKT_SCHED]: Make NET_EMATCH_TEXT select TEXTSEARChDavid S. Miller1-0/+1
2005-06-23[PKT_SCHED]: Packet classification based on textsearch (ematch)Thomas Graf3-0/+169
2005-06-23[NET]: skb_find_text() - Find a text pattern in skb dataThomas Graf1-0/+40
2005-06-23[NET]: Zerocopy sequential reading of skb dataThomas Graf1-0/+117
2005-06-23[TCP]: Allow choosing TCP congestion control via sockopt.Stephen Hemminger4-5/+76
2005-06-23[NET]: Separate two usages of netdev_max_backlog.Stephen Hemminger2-3/+12
2005-06-23[NET]: Eliminate netif_rx massive packet drops.Stephen Hemminger1-19/+2
2005-06-23[NET]: Remove obsolete netif_rx congestion sensing mechanism.Stephen Hemminger2-123/+1
2005-06-23[NET]: Remove obsolete fastroute stats.Stephen Hemminger2-9/+2
2005-06-23[TCP]: Add Scalable TCP congestion control module.John Heffner3-0/+78
2005-06-23[TCP]: Add H-TCP congestion control module.Baruch Even3-0/+303
2005-06-23[TCP]: Add TCP Vegas congestion control module.Stephen Hemminger3-0/+423
2005-06-23[TCP]: Add TCP Hybla congestion control module.Daniele Lacamera3-0/+198
2005-06-23[TCP]: Add High Speed TCP congestion control module.John Heffner3-0/+193
2005-06-23[TCP]: Add TCP Westwood congestion control module.Stephen Hemminger3-0/+275
2005-06-23[TCP]: Add TCP BIC congestion control module.Stephen Hemminger3-0/+353
2005-06-23[TCP]: Report congestion control algorithm in tcp_diag.Stephen Hemminger1-0/+5
2005-06-23[TCP]: Change tcp_diag to use the existing __RTA_PUT() macro.Stephen Hemminger1-7/+2
2005-06-23[TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger10-790/+313
2005-06-23[PATCH] create a kstrdup library functionPaulo Marques5-27/+7
2005-06-22Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-103/+203
2005-06-22[X25]: Fast select with no restriction on responseShaun Pereira3-14/+80
2005-06-22[X25]: Selective sub-address matching with call user data.Shaun Pereira2-43/+48
2005-06-22[EBTABLES]: vfree() checking cleanupsJames Lamanna1-14/+7
2005-06-22[ATALK] aarp: replace schedule_timeout() with msleep()Nishanth Aravamudan1-4/+3
2005-06-22[IPV4]: Fix route.c gcc4 warningsChuck Short1-4/+4
2005-06-22[NETPOLL]: allow multiple netpoll_clients to register against one interfaceJeff Moyer1-10/+29
2005-06-22[NETPOLL]: Introduce a netpoll_info structJeff Moyer1-19/+38
2005-06-22[NET]: dont use strlen() but the result from a prior sprintf()Eric Dumazet1-2/+1
2005-06-22[PATCH] RPC: kick off socket connect operations fasterChuck Lever1-1/+8
2005-06-22[PATCH] RPC: TCP reconnects are too slowChuck Lever1-2/+1
2005-06-22[PATCH] RPC: Clean up socket autodisconnectTrond Myklebust1-2/+2
2005-06-22[PATCH] RPC: Ensure rpc calls respects the RPC_NOINTR flagTrond Myklebust1-34/+37
2005-06-22[PATCH] RPC: Allow the sunrpc server to multiplex serveral programs on a sing...Andreas Gruenbacher1-17/+18
2005-06-22[PATCH] RPC: Encode and decode arbitrary XDR arraysAndreas Gruenbacher2-3/+257
2005-06-22[PATCH] RPC: fix accounting bug in the case of a truncated RPC messageTrond Myklebust2-16/+41
2005-06-22[PATCH] RPC: Lazy RPC receive buffer allocationOlaf Kirch2-7/+35
2005-06-22[PATCH] RPC: Allow multiple RPC client programs to share the same transportAndreas Gruenbacher3-0/+44
2005-06-22[PATCH] RPC: Return -EPFNOSUPPORT for RPC programs that are unavailableAndreas Gruenbacher1-10/+14
2005-06-22[PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields3-9/+16
2005-06-22[PATCH] RPC: Don't fall back from krb5p to krb5iJ. Bruce Fields1-3/+2
2005-06-22[PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit()Trond Myklebust1-13/+18
2005-06-22[PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su...Trond Myklebust2-2/+59
2005-06-22[PATCH] RPC: Make rpc_create_client() destroy the transport on failure.Trond Myklebust3-4/+2
2005-06-22[PATCH] RPC: Ensure XDR iovec length is initialized correctly in call_headerTrond Myklebust3-4/+19
2005-06-22[PATCH] RPC: Fix a race with rpc_restart_call()Trond Myklebust1-23/+30
2005-06-22[NETFILTER]: Fix handling of ICMP packets (RELATED) in ipt_CLUSTERIP target.Harald Welte1-1/+1
2005-06-22[PATCH] Fix extra double quote in IPV4 KconfigKumar Gala1-1/+1
2005-06-21[IPV4]: Fix fib_trie.c's args to fib_dump_info().David S. Miller1-1/+1
2005-06-21[NETFILTER]: Fix ip6t_LOG sit tunnel loggingPatrick McHardy1-35/+19
2005-06-21[NETFILTER]: Drop conntrack reference in ip_call_ra_chain()/ip_mr_input()Patrick McHardy2-0/+2
2005-06-21[NETFILTER]: Check TCP checksum in ipt_REJECTPatrick McHardy1-1/+12
2005-06-21[NETFILTER]: Avoid unncessary checksum validation in UDP connection trackingKeir Fraser1-0/+1
2005-06-21[NETFILTER]: Missing owner-field initialization in ip6table_rawPatrick McHardy1-2/+4
2005-06-21[NETFILTER]: expectation timeouts are compulsoryPhil Oester1-9/+5
2005-06-21[NETFILTER]: Restore netfilter assumptions in IPv6 multicastPatrick McHardy1-21/+26
2005-06-21[NETFILTER]: Kill nf_debugPatrick McHardy11-220/+0
2005-06-21[NETFILTER]: Kill lockhelp.hPatrick McHardy19-168/+158
2005-06-21[IPV6]: multicast join and miscDavid L Stevens2-2/+24
2005-06-21[IPV6]: V6 route events reported with wrong netlink PID and seq numberJamal Hadi Salim5-57/+62
2005-06-21[IPV4]: Add LC-Trie FIB lookup algorithm.Robert Olsson4-1/+2495
2005-06-20[NETLINK]: fib_lookup() via netlinkRobert Olsson1-0/+55
2005-06-20[ATALK]: endian annotationsAlexey Dobriyan2-2/+2
2005-06-20[IPSEC]: Add XFRM_STATE_NOPMTUDISC flagHerbert Xu3-2/+19
2005-06-20[IPSEC]: Add xfrm_state_afinfo->init_flagsHerbert Xu1-2/+18
2005-06-20[IPSEC]: Add xfrm_init_stateHerbert Xu12-39/+36
2005-06-20[SCTP] sctp_connectx() API supportFrank Filz10-238/+615
2005-06-18[TCP]: Fix sysctl_tcp_low_latencyDavid S. Miller1-1/+1
2005-06-18[IPV4]: [4/4] signed vs unsigned cleanup in net/ipv4/raw.cJesper Juhl1-2/+2
2005-06-18[IPV4]: [3/4] signed vs unsigned cleanup in net/ipv4/raw.cJesper Juhl1-1/+1
2005-06-18[IPV4]: [2/4] signed vs unsigned cleanup in net/ipv4/raw.cJesper Juhl1-1/+1
2005-06-18[IPV4]: [1/4] signed vs unsigned cleanup in net/ipv4/raw.cJesper Juhl1-2/+8
2005-06-18[PKT_SCHED]: noop/noqueue qdisc style cleanupsThomas Graf1-11/+5
2005-06-18[PKT_SCHED]: Cleanup pfifo_fast qdisc and remove unnecessary codeThomas Graf1-20/+14
2005-06-18[PKT_SCHED]: Add and use prio2list() in the pfifo_fast qdiscThomas Graf1-8/+9
2005-06-18[PKT_SCHED]: Transform pfifo_fast to use generic queue management interfaceThomas Graf1-14/+9
2005-06-18[PKT_SCHED]: Cleanup fifo qdisc and remove unnecessary codeThomas Graf1-38/+12
2005-06-18[PKT_SCHED]: Transform fifo qdisc to use generic queue management interfaceThomas Graf1-88/+14
2005-06-18[SCTP]: Replace spin_lock_irqsave with spin_lock_bhHerbert Xu1-6/+2
2005-06-18[IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bhHerbert Xu5-14/+14
2005-06-18[NETLINK]: Set correct pid for ioctl originating netlink eventsJamal Hadi Salim4-7/+7
2005-06-18[NETLINK]: Explicit typingJamal Hadi Salim4-20/+16
2005-06-18[DECNET]: Remove unnecessary initilization of unused variable entriesThomas Graf1-1/+0
2005-06-18[IPSEC]: Add XFRMA_SA/XFRMA_POLICY for delete notificationHerbert Xu1-4/+43
2005-06-18[NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim14-78/+83
2005-06-18[NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flagsThomas Graf2-7/+9
2005-06-18[PKT_SCHED]: Logic simplifications and codingstyle/whitespace cleanupsThomas Graf1-86/+88
2005-06-18[PKT_SCHED]: Make dsmark use the new dumping macrosThomas Graf1-28/+24
2005-06-18[PKT_SCHED]: Fix dsmark to apply changes consistentThomas Graf1-49/+82
2005-06-18[NEIGH]: Fix use of uninitialized variable when trimming in neightbl_fill_parmsThomas Graf1-1/+3
2005-06-18[NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses.Thomas Graf1-4/+4
2005-06-18[NETLINK]: Neighbour table configuration and statistics via rtnetlinkThomas Graf2-11/+326
2005-06-18[NET]: Move sysctl_max_syn_backlog into request_sock.cDavid S. Miller2-16/+16
2005-06-18[NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo6-9/+9
2005-06-18[NET] Generalise tcp_listen_optArnaldo Carvalho de Melo8-92/+94
2005-06-18[NET] Rename open_request to request_sockArnaldo Carvalho de Melo8-74/+74
2005-06-18[NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo9-151/+200
2005-06-18[IPSEC] Use NLMSG_LENGTH in xfrm_exp_state_notifyJamal Hadi Salim1-2/+2
2005-06-18[IPSEC] Fix xfrm_state leaks in error pathPatrick McHardy2-4/+4
2005-06-18[IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_*Herbert Xu3-77/+50
2005-06-18[IPSEC] Set byid for km_event in xfrm_get_policyHerbert Xu1-0/+1
2005-06-18[IPSEC] Turn km_event.data into a unionHerbert Xu3-20/+11
2005-06-18[IPSEC] Fix xfrm to pfkey SA state conversionHerbert Xu1-5/+10
2005-06-18[IPSEC] Kill spurious hard expire messagesHerbert Xu2-12/+12
2005-06-18[IPSEC] Add complete xfrm event notificationJamal Hadi Salim3-115/+588
2005-06-18Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6Linus Torvalds1-2/+7
2005-06-18Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/net...Linus Torvalds1-2/+72
2005-06-18Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse29-309/+555
2005-06-15[NETFILTER]: ipt_recent: last_pkts is an array of "unsigned long" not "u_int3...David S. Miller1-5/+5
2005-06-13[NETFILTER]: Advance seq-file position in exp_next_seq()Patrick McHardy1-0/+1
2005-06-13[IPV4]: Sysctl configurable icmp error source address.J. Simonetti2-2/+16
2005-06-13[SCTP] Fix incorrect setting of sk_bound_dev_if when binding/sending to a ipv6Sridhar Samudrala1-21/+15
2005-06-13[SCTP] Add support for ip_nonlocal_bind sysctl & IP_FREEBIND socket optionNeil Horman2-2/+6
2005-06-13[SCTP] Extend the info exported via /proc/net/sctp to support netstat for SCTP.Vladislav Yasevich1-43/+151
2005-06-13[SCTP] Support SO_BINDTODEVICE socket option on incoming packets.Neil Horman1-15/+34
2005-06-13[SCTP]: Fix bug in restart of peeled-off associations.Vladislav Yasevich1-0/+12
2005-06-13[IPv6] Don't generate temporary for TUN devicesRémi Denis-Courmont1-0/+1
2005-06-13[IPV6]: Ensure to use icmpv6_socket in non-preemptive context.YOSHIFUJI Hideaki1-4/+10
2005-06-13[NET]: Move the netdev list to vger.kernel.org.Ralf Baechle1-1/+1
2005-06-13[IPV4]: Multipath modules need a license to prevent kernel tainting.Randy Dunlap4-0/+8
2005-06-13[TCP]: Adjust TCP mem order check to new alloc_large_system_hashAndi Kleen1-1/+1
2005-06-08[PKT_SCHED]: Fix numeric comparison in meta ematchThomas Graf1-2/+2
2005-06-08[PKT_SCHED]: Dump classification result for basic classifierThomas Graf1-0/+3
2005-06-08[PKT_SCHED]: Allow socket attributes to be matched on via meta ematchThomas Graf1-24/+267
2005-06-08[PKT_SCHED]: Fix typo in NET_EMATCH_STACK help textThomas Graf1-1/+1
2005-06-08[NET]: Fix sysctl net.core.dev_weightStephen Hemminger1-0/+1
2005-06-08[NET]: Allow controlling NAPI device weight with sysfsStephen Hemminger1-0/+17
2005-06-08[IPV6]: Update parm.link in ip6ip6_tnl_change()Gabor Fekete1-0/+1
2005-06-06[ETHTOOL]: Check correct pointer in ethtool_set_coalesce().David S. Miller1-1/+1
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch we181-2/+72
2005-06-02[IPV6]: Kill export of fl6_sock_lookup.Adrian Bunk1-1/+0
2005-06-02[IPVS]: remove net/ipv4/ipvs/ip_vs_proto_icmp.cAdrian Bunk3-186/+1
2005-06-02Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse31-270/+310
2005-06-02AUDIT: Fix user pointer deref thinko in sys_socketcall().David Woodhouse1-1/+1
2005-05-31[IPSEC]: Fix esp_decap_data size verification in esp4.Edgar E Iglesias1-1/+1
2005-05-31[PKT_SCHED]: Disable dsmark debugging messages by defaultThomas Graf1-1/+1
2005-05-31[PKT_SCHED]: make dsmark try using pfifo instead of noop while graftingThomas Graf1-2/+7
2005-05-31[PKT_SCHED]: Fix dsmark to count ignored indices while walkingThomas Graf1-2/+3
2005-05-30[IPV4]: Fix BUG() in 2.6.x, udp_poll(), fragments + CONFIG_HIGHMEMHerbert Xu1-6/+6
2005-05-30[NETFILTER]: Fix deadlock with ip_queue and tcp local input path.Harald Welte1-0/+10
2005-05-29[NET]: Use %lx for netdev->features sysfs formatting.David S. Miller1-1/+2
2005-05-29[IPV6]: Clear up user copy warning in flowlabel code.David S. Miller1-4/+6
2005-05-29[NET]: Add ethtool support for NETIF_F_HW_CSUM.Jon Mason1-1/+11
2005-05-29[IPV4]: Kill MULTIPATHHOLDROUTE flag.Pravin B. Shelar2-37/+1
2005-05-29[IPV4]: Primary and secondary addressesHarald Welte1-5/+29
2005-05-29[BRIDGE]: receive path optimizationStephen Hemminger1-1/+1
2005-05-29[BRIDGE]: prevent bad forwarding table updatesStephen Hemminger2-2/+7
2005-05-29[BRIDGE]: set features based on enslaved devicesStephen Hemminger4-8/+40
2005-05-29[BRIDGE]: make dev->features unsignedStephen Hemminger1-1/+1
2005-05-29[BRIDGE]: features change notificationStephen Hemminger2-1/+19
2005-05-27Automatic merge of /spare/repo/netdev-2.6 branch master14-198/+166
2005-05-26[TOKENRING]: net/802/tr.c: s/struct rif_cache_s/struct rif_cache/Alexey Dobriyan1-11/+11
2005-05-26[TOKENRING]: be'ify trh_hdr, trllc, rif_cache_sAlexey Dobriyan1-2/+2
2005-05-26From: Kazunori Miyazawa <kazunori@miyazawa.org>Hideaki YOSHIFUJI2-2/+6
2005-05-26[PKT_SCHED] netem: allow random reordering (with fix)Stephen Hemminger1-12/+42
2005-05-26[PKT_SCHED] netem: use only inner qdisc -- no private skbuff queueStephen Hemminger1-88/+36
2005-05-26[PKT_SCHED]: netem: reinsert for duplicationStephen Hemminger1-24/+29
2005-05-23[IPV6]: Fix xfrm tunnel oops with large packetsHerbert Xu1-0/+1
2005-05-23[TCP]: Fix stretch ACK performance killer when doing ucopy.David S. Miller1-10/+1
2005-05-19[NETLINK]: Defer socket destruction a bitTommy S. Christensen1-1/+2
2005-05-19[NETLINK]: Move broadcast skb_orphan to the skb_get path.Tommy S. Christensen1-4/+7
2005-05-19[NETLINK]: Fix race with recvmsg().Tommy S. Christensen1-0/+1
2005-05-19[IPSEC]: Verify key payload in verify_one_algoHerbert Xu1-1/+8
2005-05-19[IPSEC]: Fixed alg_key_len usage in attach_one_algoHerbert Xu1-2/+4
2005-05-19[NETFILTER]: Do not be clever about SKB ownership in ip_ct_gather_frags().David S. Miller1-20/+8
2005-05-19[IP_VS]: Remove extra __ip_vs_conn_put() for incoming ICMP.Julian Anastasov1-1/+0
2005-05-19[AF_UNIX]: Use lookup_create().Christoph Hellwig1-25/+3
2005-05-18[IPV4/IPV6] Ensure all frag_list members have NULL skHerbert Xu2-6/+16
2005-05-18[XFRM]: skb_cow_data() does not set proper owner for new skbs.Evgeniy Polyakov1-1/+1
2005-05-17AUDIT: Capture sys_socketcall arguments and sockaddrs David Woodhouse1-2/+7
2005-05-12 [PATCH] Wireless Extensions 18 (aka WPA)1-2/+72
2005-05-05[PATCH] update Ross Biro bouncing email addressJesper Juhl20-20/+20
2005-05-05[IPV4]: multipath_wrandom.c GPF fixesPatrick McHardy1-3/+3
2005-05-05[ATALK]: Add alloc_ltalkdev().Christoph Hellwig1-2/+20
2005-05-05[IPV6]: Fix OOPS when using IPV6_ADDRFORMArnaldo Carvalho de Melo1-4/+8
2005-05-05[DECNET]: Fix build after C99 netlink initializer change.Rafael J. Wysocki1-1/+1
2005-05-05Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse28-219/+344
2005-05-04[PATCH] ISA DMA Kconfig fixes - part 4 (irda)Al Viro1-0/+2
2005-05-03[PKT_SCHED]: Action repeatJ Hadi Salim1-2/+2
2005-05-03[IPSEC]: Store idev entriesHerbert Xu3-23/+87
2005-05-03[PKT_SCHED]: netetm: adjust parent qlen when duplicatingStephen Hemminger2-5/+16
2005-05-03[PKT_SCHED]: netetm: make qdisc friendly to outer disciplinesStephen Hemminger1-46/+67
2005-05-03[PKT_SCHED]: netetm: trap infinite loop hange on qlen underflowStephen Hemminger1-0/+1
2005-05-03[NETFILTER]: Drop conntrack reference in ip_dev_loopback_xmit()Patrick McHardy2-2/+1
2005-05-03[NETFILTER]: Fix nf_debug_ip_local_deliver()Patrick McHardy1-13/+2
2005-05-03[NET]: Disable queueing when carrier is lost.Tommy S. Christensen2-0/+11