aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo18-0/+7311
2005-08-29[NET]: Export symbols needed by the current DCCP codeArnaldo Carvalho de Melo4-2/+8
2005-08-29[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo6-35/+55
2005-08-29[ICSK]: Generalise tcp_listen_{start,stop}Arnaldo Carvalho de Melo4-23/+24
2005-08-29[ICSK]: Introduce inet_csk_cloneArnaldo Carvalho de Melo2-15/+28
2005-08-29[NET]: Just move the inet_connection_sock function from tcp sourcesArnaldo Carvalho de Melo7-373/+427
2005-08-29[NET]: Introduce inet_connection_sockArnaldo Carvalho de Melo12-422/+470
2005-08-29[SOCK]: Introduce sk_cloneArnaldo Carvalho de Melo2-67/+77
2005-08-29[INET_TWSK]: Introduce inet_twsk_allocArnaldo Carvalho de Melo2-22/+30
2005-08-29[INET]: Generalise the TCP sock ID lookup routinesArnaldo Carvalho de Melo6-154/+101
2005-08-29[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo7-184/+222
2005-08-29[INET]: Generalise tcp_v4_lookup_listenerArnaldo Carvalho de Melo2-76/+46
2005-08-29[INET]: Generalise tcp_v4_hash & tcp_unhashArnaldo Carvalho de Melo1-27/+2
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo44-43/+46
2005-08-29[INET]: Generalise the tcp_listen_ lock routinesArnaldo Carvalho de Melo4-66/+46
2005-08-29[INET]: Move tcp_port_rover to inet_hashinfoArnaldo Carvalho de Melo5-108/+109
2005-08-29[INET]: Generalise tcp_bind_hash & tcp_inherit_portArnaldo Carvalho de Melo4-71/+47
2005-08-29[NETFILTER]: fix list traversal order in ctnetlinkPablo Neira Ayuso1-3/+3
2005-08-29[NETFILTER]: Fix typo in ctnl_exp_cb array (no bug, just memory waste)Pablo Neira Ayuso1-1/+1
2005-08-29[NETFILTER]: fix conntrack refcount leak in unlink_expect()Pablo Neira Ayuso1-0/+1
2005-08-29[NETFILTER]: ctnetlink: make sure event order is correctPablo Neira Ayuso1-1/+1
2005-08-29[NETFILTER]: don't use nested attributes for conntrack_expectHarald Welte1-46/+39
2005-08-29[NETFILTER]: cleanup nfnetlink_check_attributes()Harald Welte1-9/+10
2005-08-29[NETFILTER]: attribute count is an attribute of message type, not subsytemHarald Welte4-9/+29
2005-08-29[NETFILTER]: fix ctnetlink 'create_expect' parsingHarald Welte1-1/+1
2005-08-29[NETFILTER]: conntrack_netlink: Fix locking during conntrack_createPablo Neira1-6/+7
2005-08-29[NETFILTER]: remove bogus memset() calls from ip_conntrack_netlink.cPablo Neira1-8/+0
2005-08-29[NETFILTER]: Fix multiple problems with the conntrack event cachePatrick McHardy2-69/+39
2005-08-29[INET]: Move bind_hash from tcp_sk to inet_skArnaldo Carvalho de Melo4-23/+25
2005-08-29[INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]Arnaldo Carvalho de Melo3-27/+52
2005-08-29[INET]: Just rename the TCP hashtable functions/structs to inet_Arnaldo Carvalho de Melo5-87/+96
2005-08-29[INET]: Move the TCP ehash functions to include/net/inet_hashtables.hArnaldo Carvalho de Melo1-23/+5
2005-08-29[NETFILTER]: Add new "nfnetlink_log" userspace packet logging facilityHarald Welte4-0/+1008
2005-08-29[NETFILTER]: Extend netfilter logging APIHarald Welte7-122/+252
2005-08-29[NETFILTER]: Add refcounting and /proc/net/netfilter interface to nfnetlink_q...Harald Welte1-28/+220
2005-08-29[INET]: Introduce inet_sk_rebuild_headerArnaldo Carvalho de Melo4-103/+115
2005-08-29[SOCK]: Introduce sk_setup_capsArnaldo Carvalho de Melo3-13/+7
2005-08-29[SOCK]: Rename __tcp_v4_rehash to __sk_prot_rehashArnaldo Carvalho de Melo1-10/+1
2005-08-29[NET]: Cleanup INET_REFCNT_DEBUG codeArnaldo Carvalho de Melo9-70/+54
2005-08-29[IPV4/6]: Check if packet was actually delivered to a raw socket to decide wh...Patrick McHardy4-6/+12
2005-08-29[IPV6]: Check interface bindings on IPv6 raw socket receptionAndrew McDonald3-5/+13
2005-08-29[NETFILTER]: Add "nfnetlink_queue" netfilter queue handler over nfnetlinkHarald Welte9-5/+1040
2005-08-29[NETFILTER]: Core changes required by upcoming nfnetlink_queue codeHarald Welte4-15/+59
2005-08-29[NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.Harald Welte6-65/+185
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte11-31/+107
2005-08-29[NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/ne...Harald Welte7-109/+124
2005-08-29[NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable()Harald Welte13-20/+20
2005-08-29[NETFILTER]: C99 initizalizers for NAT protocolsPatrick McHardy4-33/+40
2005-08-29[NET]: Remove explicit initializations of skb->input_devDavid S. Miller2-6/+5
2005-08-29[IPV4]: possible cleanupsAdrian Bunk8-15/+7
2005-08-29[NET]: Kill skb->real_devDavid S. Miller24-54/+58
2005-08-29[REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroyArnaldo Carvalho de Melo2-25/+36
2005-08-29[NETFILTER]: Add ctnetlink subsystemHarald Welte16-82/+2067
2005-08-29[NET]: Remove HIPPI private from skbuff.hStephen Hemminger2-4/+3
2005-08-29[NET]: Introduce SO_{SND,RCV}BUFFORCE socket optionsPatrick McHardy1-2/+16
2005-08-29[NETFITLER]: Add nfnetlink layer.Harald Welte5-0/+352
2005-08-29[NETFILTER]: connection tracking event notifiersHarald Welte8-10/+154
2005-08-29[NET]: Kill skb->tc_classidPatrick McHardy8-14/+8
2005-08-29[NET]: Kill skb->listDavid S. Miller19-103/+105
2005-08-29[NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte22-59/+19
2005-08-29[NETFILTER]: convert nfmark and conntrack mark to 32bitHarald Welte6-5/+36
2005-08-23[FIB_TRIE]: Don't ignore negative results from fib_semantic_matchPatrick McHardy1-7/+7
2005-08-23[ROSE]: Fix typo in rose_route_frame() locking fix.David S. Miller1-1/+1
2005-08-23[ROSE]: Fix missing unlocks in rose_route_frame()David S. Miller1-2/+4
2005-08-23[TCP]: Document non-trivial locking path in tcp_v{4,6}_get_port().David S. Miller2-4/+14
2005-08-23[TCP]: Unconditionally clear TCP_NAGLE_PUSH in skb_entail().David S. Miller1-1/+1
2005-08-23[PKT_SCHED]: Fix missing qdisc_destroy() in qdisc_create_dflt()Thomas Graf1-0/+1
2005-08-23[SCTP]: Add SENTINEL to SCTP MIB statsVlad Yasevich1-0/+1
2005-08-23[AX25]: UID fixesRalf Baechle5-75/+84
2005-08-23[NET]: Fix socket bitop damageRalf Baechle3-18/+3
2005-08-23[NETFILTER]: Fix HW checksum handling in ip_queue/ip6_queuePatrick McHardy2-0/+14
2005-08-23[IPV4]: Fix negative timer loop with lots of ipv4 peers.Dave Johnson1-4/+7
2005-08-23[RPC]: Kill bogus kmap in krb5Herbert Xu1-2/+0
2005-08-23[TCP]: Do TSO deferral even if tail SKB can go out now.Dmitry Yusupov1-4/+0
2005-08-20[NETFILTER]: Fix HW checksum handling in TCPMSS targetPatrick McHardy1-3/+4
2005-08-20[NETFILTER]: Fix HW checksum handling in ECN targetPatrick McHardy1-4/+5
2005-08-20[NETFILTER]: Fix ECN target TCP markingPatrick McHardy1-4/+4
2005-08-18[IPCOMP]: Fix false smp_processor_id warningHerbert Xu2-2/+2
2005-08-18[IPV4]: Fix DST leak in icmp_push_reply()Patrick McHardy1-6/+6
2005-08-18[TOKENRING]: Use interrupt-safe locking with rif_lock.Jay Vosburgh1-10/+12
2005-08-17[DECNET]: Fix RCU race condition in dn_neigh_construct().Paul E. McKenney1-1/+1
2005-08-17[IPV6]: Fix SKB leak in ip6_input_finish()Patrick McHardy1-4/+5
2005-08-17[TCP]: Fix bug #5070: kernel BUG at net/ipv4/tcp_output.c:864Herbert Xu1-19/+20
2005-08-17[IPV6]: Fix raw socket hardware checksum failuresPatrick McHardy1-0/+2
2005-08-16[PATCH] NFS: Ensure ACL xdr code doesn't overflow.Trond Myklebust1-0/+1
2005-08-11[NETPOLL]: remove unused variableMatt Mackall1-1/+0
2005-08-11[NETPOLL]: fix initialization/NAPI raceMatt Mackall2-4/+8
2005-08-11[NETPOLL]: pre-fill skb poolIngo Molnar1-0/+4
2005-08-11[NETPOLL]: add retry timeoutMatt Mackall1-3/+10
2005-08-11[NETPOLL]: netpoll_send_skb simplifyMatt Mackall1-20/+22
2005-08-11[NETPOLL]: deadlock bugfixJeff Moyer1-3/+0
2005-08-11[NETPOLL]: rx_flags bugfixJeff Moyer1-0/+1
2005-08-10[TCP]: Adjust {p,f}ackets_out correctly in tcp_retransmit_skb()Herbert Xu1-4/+10
2005-08-10[DECNET]: Use sk_stream_error function rather than DECnet's ownSteven Whitehouse1-10/+1
2005-08-09[NET]: Fix memory leak in sys_{send,recv}msg() w/compatAndrew Morton1-9/+0
2005-08-09[SUNRPC]: Fix nsec --> usec conversion.David S. Miller1-1/+1
2005-08-08Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-33/+32
2005-08-08[IPV4]: Debug cleanupHeikki Orsila4-33/+26
2005-08-08[PATCH] don't try to do any NAT on untracked connectionsHarald Welte1-0/+4
2005-08-06[IPSEC]: Restrict socket policy loading to CAP_NET_ADMIN.Herbert Xu2-0/+6
2005-08-06[Bluetooth] Add direction and timestamp to stack internal eventsMarcel Holtmann1-0/+3
2005-08-06[Bluetooth] Remove unused functions and cleanup symbol exportsMarcel Holtmann3-28/+0
2005-08-06[Bluetooth] Revert session reference counting fixMarcel Holtmann1-4/+0
2005-08-05[IPV4]: Fix memory leak during fib_info hash expansion.David S. Miller1-1/+8
2005-08-04[PATCH] tcp: fix TSO cwnd caching bugHerbert Xu1-25/+9
2005-08-04[PATCH] tcp: fix TSO sizing bugsDavid S. Miller1-28/+28
2005-07-30[NET] Fix too aggressive backoff in dst garbage collectionDenis Lunev1-4/+11
2005-07-30[NET]: fix oops after tunnel module unloadAlexey Kuznetsov3-7/+55
2005-07-30[NETFILTER] Inherit masq_index to slave connectionsHarald Welte1-0/+5
2005-07-30[NET]: Spelling mistakes threshoulds -> thresholdsBaruch Even1-3/+3
2005-07-28[NET]: Fix busy waiting in dev_close().David S. Miller1-2/+1
2005-07-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-69/+46
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-1/+1
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-6/+1
2005-07-27[NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.cMatt Mackall3-61/+37
2005-07-27[NETFILTER]: Fix -Wunder error in ip_conntrack_core.cNick Sillik1-1/+1
2005-07-27[NET]: Fix setsockopt locking bugKyle Moffett1-6/+7
2005-07-27[IPV4]: Fix Kconfig syntax errorHans-Juergen Tappe (SYSGO AG)1-1/+1
2005-07-26[XFRM]: Fix possible overflow of sock->sk_policyHerbert Xu1-0/+3
2005-07-24[EMATCH]: Remove feature ifdefs in meta ematch.Patrick McHardy1-8/+8
2005-07-24[IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister'Cal Peake1-1/+1
2005-07-22[PKT_SCHED]: em_meta: Kill TCF_META_ID_{INDEV,SECURITY,TCVERDICT}David S. Miller1-25/+3
2005-07-22[NETFILTER]: Fix ip6t_LOG MAC formatPatrick McHardy1-4/+7
2005-07-22[NETFILTER]: Use correct byteorder in ICMP NATPatrick McHardy1-3/+4
2005-07-22[NETFILTER]: Wait until all references to ip_conntrack_untracked are dropped ...Patrick McHardy1-0/+3
2005-07-22[NETFILTER]: Fix potential memory corruption in NAT code (aka memory NAT)Patrick McHardy2-2/+4
2005-07-22[NETFILTER]: Fix deadlock in ip6_queuePatrick McHardy1-0/+2
2005-07-22[PKT_SCHED]: Kill TCF_META_ID_REALDEV from meta ematch.David S. Miller1-12/+0
2005-07-21[NETFILTER]: ip_conntrack_expect_related must not free expectationRusty Russell10-57/+39
2005-07-19[NET]: Fix tc_verd thinko in skb_clone()David S. Miller1-2/+2
2005-07-19[NET]: Make ipip/ip6_tunnel independant of XFRMPatrick McHardy5-13/+66
2005-07-19[IPV4]: Fix up lots of little whitespace indentation stuff in fib_trie.Stephen Hemminger2-386/+388
2005-07-19[NET]: BRIDGE_EBT_ARPREPLY must depend on INETAdrian Bunk1-1/+1
2005-07-19[IPV4]: Don't select XFRM for ip_grePatrick McHardy1-1/+0
2005-07-19[NET]: Only build flow.o if CONFIG_XFRM=yPatrick McHardy1-1/+2
2005-07-19[ATM]: Trivial spelling fix patch for net/KconfigJesper Juhl1-2/+2
2005-07-19[ATM]: allow bind() on point-to-multpoint svcs (from Martin Whitaker <martin_...Chas Williams1-4/+0
2005-07-18[EMATCH]: Kill TCF_META_ID_TCCLASSID reference from meta ematch as well.David S. Miller1-6/+0
2005-07-18[IPV4]: fix IP_FIB_HASH kconfig warningAdrian Bunk1-7/+3
2005-07-18[NET]: Kconfig: NETCONSOLE and NETPOLL togetherRandy Dunlap1-16/+0
2005-07-18[SCTP]: Fix potential null pointer dereference while handling an icmp errorSridhar Samudrala2-37/+15
2005-07-18[SCTP]: Audit return code of create_proc_*Christophe Lucas1-1/+5
2005-07-18[NETLINK]: Fix "nocast type" warningsVictor Fusco1-2/+3
2005-07-18[PKT_SCHED]: Reduce branch mispredictions in pfifo_fast_dequeueThomas Graf1-4/+3
2005-07-18[PKT_SCHED]: Remove debugging leftover from textsearch ematchThomas Graf1-3/+0
2005-07-12[VLAN]: Fix early vlan adding leads to not functional deviceTommy Christensen1-0/+8
2005-07-12[NET]: __be'ify *_type_trans()Alexey Dobriyan4-8/+7
2005-07-12[NETFILTER]: Revert nf_reset changePhil Oester3-9/+13
2005-07-11[NET]: move config options out to individual protocolsSam Ravnborg17-452/+447
2005-07-11[NET]: add a top-level Networking menu to *configSam Ravnborg1-5/+5
2005-07-11[IPV4]: Prevent oops when printing martian sourceOlaf Kirch1-1/+1
2005-07-11[IPVS]: Add and reorder bh locks after moving to keventd.Julian Anastasov2-6/+9
2005-07-11[NET]: Trivial spelling fix patch for net/KconfigJesper Juhl1-2/+2
2005-07-11[SCTP]: __nocast annotationsAlexey Dobriyan11-44/+59
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