aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2005-07-08[SCTP]: Use struct list_head for chunk lists, not sk_buff_head.David S. Miller7-53/+79
2005-07-08[IPV6]: Fix warning in ip6_mc_msfilter.David S. Miller1-0/+1
2005-07-08[IPV4]: fix IPv4 leave-group group matchingDavid L Stevens1-12/+13
2005-07-08[IPV4]: (INCLUDE,empty)/leave-group equivalence for full-state MSF APIs & err...David L Stevens2-2/+19
2005-07-08[IPV4]: multicast API "join" issuesDavid L Stevens2-12/+24
2005-07-08[IPV4]: multicast API "join" issuesDavid L Stevens2-3/+12
2005-07-08[IPV4]: multicast API "join" issuesDavid L Stevens1-23/+12
2005-07-08[IPV4]: Apply sysctl_icmp_echo_ignore_broadcasts to ICMP_TIMESTAMP as well.Alexey Kuznetsov1-1/+2
2005-07-08[NET]: Fix sparse warningsVictor Fusco4-13/+19
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller17-50/+44
2005-07-07[PATCH] coverity: sunrpc/xprt task null checkKAMBAROV, ZAUR1-2/+0
2005-07-05[TCP]: Never TSO defer under periods of congestion.David S. Miller1-0/+3
2005-07-05[PKT_SCHED]: Blackhole queueing disciplineThomas Graf2-1/+55
2005-07-05[TCP]: Move to new TSO segmenting scheme.David S. Miller5-237/+381
2005-07-05[TCP]: Break out send buffer expansion test.David S. Miller1-4/+23
2005-07-05[TCP]: Do not call tcp_tso_acked() if no work to do.David S. Miller1-1/+2
2005-07-05[TCP]: Kill bogus comment above tcp_tso_acked().David S. Miller1-9/+0
2005-07-05[TCP]: Fix send-side cpu utiliziation regression.David S. Miller1-2/+11
2005-07-05[TCP]: Eliminate redundant computations in tcp_write_xmit().David S. Miller1-9/+31
2005-07-05[TCP]: Break out tcp_snd_test() into it's constituent parts.David S. Miller1-38/+82
2005-07-05[TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.David S. Miller2-24/+8
2005-07-05[TCP]: Fix redundant calculations of tcp_current_mss()David S. Miller1-12/+4
2005-07-05[TCP]: tcp_write_xmit() tabbing cleanupDavid S. Miller1-34/+34
2005-07-05[TCP]: Kill extra cwnd validate in __tcp_push_pending_frames().David S. Miller1-30/+49
2005-07-05[TCP]: Add missing skb_header_release() call to tcp_fragment().David S. Miller1-0/+1
2005-07-05[TCP]: Move __tcp_data_snd_check into tcp_output.cDavid S. Miller2-10/+10
2005-07-05[TCP]: Move send test logic out of net/tcp.hDavid S. Miller1-21/+129
2005-07-05[TCP]: Fix quick-ack decrementing with TSO.David S. Miller1-3/+3
2005-07-05[TCP]: Simplify SKB data portion allocation with NETIF_F_SG.David S. Miller1-11/+2
2005-07-05[NET]: improve readability of dev_set_promiscuity() in net/core/dev.cDavid Chau1-2/+3
2005-07-05[IPV4]: More broken memory allocation fixes for fib_trieRobert Olsson1-32/+145
2005-07-05[DECNET]: Fix memset overflow on 64bit archs while dumping decnet routing rulesThomas Graf1-1/+2
2005-07-05[IPV4]: Bug fix in rt_check_expire()Eric Dumazet1-7/+14
2005-07-05[IPV4]: Use the fancy alloc_large_system_hash() function for route hash tableEric Dumazet1-27/+16
2005-07-05[NET]: Hashed spinlocks in net/ipv4/route.cEric Dumazet1-19/+47
2005-07-05[IPV4]: Handle large allocations in fib_triePatrick McHardy1-2/+23
2005-07-05[IPV6]: Makes IPv6 rcv registration happen last during initialisation.Herbert Xu1-2/+2
2005-07-05[IPV4]: Fix crash in ip_rcv while booting related to netconsoleHerbert Xu2-15/+11
2005-07-05[PKT_SCHED]: Report rate estimator configuration errors during qdisc allocationThomas Graf1-5/+17
2005-07-05[PKT_SCHED]: Cleanup qdisc creation and alignment macrosThomas Graf2-43/+33
2005-07-05[NET]: Remove unused security member in sk_buffThomas Graf4-10/+0
2005-07-05[NET]: net/core/filter.c: make len cover the entire packetPatrick McHardy1-6/+2
2005-07-05[NET]: Consolidate common code in net/core/filter.cPatrick McHardy1-57/+33
2005-07-05[NET]: Remove redundant code in net/core/filter.cPatrick McHardy1-12/+0
2005-06-28[NETFILTER]: Fix connection tracking bug in 2.6.12Patrick McHardy2-2/+8
2005-06-28[NET]: Micro optimization in eth_header()Denis Vlasenko1-4/+3
2005-06-28[IPV6]: remove more unused IPV6_AUTHHDR things.YOSHIFUJI Hideaki1-1/+0
2005-06-28[IPVS]: Close race conditions on ip_vs_conn_tab list modificationNeil Horman1-21/+4
2005-06-28[IPV4]: Broken memory allocation in fib_trieRobert Olsson1-17/+39
2005-06-28[SCTP] Make init & delayed sack timeouts configurable by user.Vlad Yasevich4-10/+22
2005-06-28[IPV4]: ipconfig.c: fix dhcp timeout behaviourMaxime Bizon1-1/+3
2005-06-28[IPV4]: Snmpv2 Mib IP counter ipInAddrErrors supportDietmar Eggemann2-3/+12
2005-06-28[IPV6]: Don't dump temporary addresses twiceYOSHIFUJI Hideaki1-14/+1
2005-06-28[NETLINK]: Missing padding fields in dumped structuresPatrick McHardy3-0/+5
2005-06-28[NETLINK]: Missing initializations in dumped dataPatrick McHardy9-3/+32
2005-06-28[NETLINK]: Clear padding in netlink messagesPatrick McHardy1-0/+1
2005-06-28[NETFILTER]: ipt_CLUSTERIP: fix ARP manglingHarald Welte1-3/+4
2005-06-28[EBTABLES]: Fix thinkos in ebt_log.cDavid S. Miller1-4/+2
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