aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2005-08-29[NET]: Implement SKB fast cloning.David S. Miller2-12/+74
2005-08-29[DCCP]: Send SYNCACK packets in response to SYNC packetsArnaldo Carvalho de Melo4-19/+40
2005-08-29[IPVS]: Rename tcp_{init,exit}() --> ip_vs_tcp_{init,exit}()David S. Miller1-4/+4
2005-08-29[IRDA]: Possible cleanups.Adrian Bunk4-8/+1
2005-08-29[IP]: Introduce ip_options_get_from_userArnaldo Carvalho de Melo2-17/+36
2005-08-29[NETLINK]: Fix sparse warningsArnaldo Carvalho de Melo1-1/+1
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo30-149/+33
2005-08-29[RXRPC]: Fix build failure introduced by skb->stamp changes.Andrew Morton1-1/+1
2005-08-29[DECNET]: Fix build after netlink changes.Andrew Morton1-2/+3
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy11-15/+21
2005-08-29[NETLINK]: Add set/getsockopt options to support more than 32 groupsPatrick McHardy1-2/+93
2005-08-29[NETLINK]: Support dynamic number of multicast groups per netlink familyPatrick McHardy1-18/+51
2005-08-29[NETLINK]: Return -EPROTONOSUPPORT in netlink_create() if no kernel socket is...Patrick McHardy1-28/+44
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy19-82/+74
2005-08-29[NETLINK]: Use group numbers instead of bitmasks internallyPatrick McHardy1-15/+20
2005-08-29[NETLINK]: Fix module refcounting problemsPatrick McHardy1-65/+35
2005-08-29[NETLINK]: Remove unused groups member from struct netlink_skb_parmsPatrick McHardy2-2/+0
2005-08-29[NETLINK]: Fix missing dst_groups initializations in netlink_broadcast usersPatrick McHardy1-0/+8
2005-08-29[IPX]: Fix build error in ipx_recvmsg()David S. Miller1-1/+1
2005-08-29[DCCP]: Fix compiler warningsPatrick McHardy2-7/+6
2005-08-29[DCCP]: Fix sparse warningsArnaldo Carvalho de Melo6-24/+32
2005-08-29[DCCP]: Fix RESET handling in dccp_rcv_state_processArnaldo Carvalho de Melo1-18/+42
2005-08-29[DCCP]: Introduce the DCCP Kernel hacking menuArnaldo Carvalho de Melo5-21/+56
2005-08-29[DCCP]: Rewrite dccp_sendmsg to be more like UDPArnaldo Carvalho de Melo1-155/+59
2005-08-29[DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo11-258/+430
2005-08-29[PACKET_HISTORY]: Add dccphtx_rtt and rename the win_count fieldsArnaldo Carvalho de Melo2-17/+18
2005-08-29[NETFILTER]: Remove tasklist_lock abuse in ipt{,6}ownerChristoph Hellwig2-208/+14
2005-08-29[NETFILTER]: Make NETMAP target usable in OUTPUTGary Wayne Smith1-3/+5
2005-08-29[NETFILTER]: Don't exclude local packets from MASQUERADINGPatrick McHardy1-5/+0
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy24-61/+92
2005-08-29[NETFILTER]: Nicer names for ipt_connbytes constantsPatrick McHardy1-6/+6
2005-08-29[NETFILTER]: Fix div64_64 in ipt_connbytesPatrick McHardy1-14/+10
2005-08-29[NETFILTER]: Add new iptables "connbytes" matchHarald Welte3-1/+177
2005-08-29[INET_DIAG]: Move the tcp_diag interface to the proper placeArnaldo Carvalho de Melo6-35/+69
2005-08-29[INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]Arnaldo Carvalho de Melo5-15/+16
2005-08-29[TCPDIAG]: Just rename everything to inet_diagArnaldo Carvalho de Melo7-209/+210
2005-08-29[TCPDIAG]: Introduce inet_diag_{register,unregister}Arnaldo Carvalho de Melo5-45/+167
2005-08-29[INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.cArnaldo Carvalho de Melo4-156/+85
2005-08-29[IPV6]: Generalise the tcp_v6_lookup routinesArnaldo Carvalho de Melo3-91/+91
2005-08-29[NET]: Deinline netif_carrier_{on,off}().Denis Vlasenko1-0/+16
2005-08-29[NETFILTER]: Fix compilation when no PROC_FS enabledHarald Welte1-2/+2
2005-08-29[TCPDIAG]: Introduce CONFIG_IP_TCPDIAG_DCCPArnaldo Carvalho de Melo2-7/+10
2005-08-29[NET]: Make use of ->private_data in sockfd_lookupBenjamin LaHaise1-0/+4
2005-08-29[CCID3]: Ditch USEC_IN_SEC as time.h has USEC_PER_SECArnaldo Carvalho de Melo1-16/+19
2005-08-29[CCID3]: Separate most of the packet history codeArnaldo Carvalho de Melo5-212/+516
2005-08-29[TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCKArnaldo Carvalho de Melo2-25/+63
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo17-284/+352
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy20-85/+71
2005-08-29[DCCP]: Finish the TIMEWAIT minisock supportArnaldo Carvalho de Melo2-15/+60
2005-08-29[TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_s...Arnaldo Carvalho de Melo2-271/+280
2005-08-29[TIMEWAIT]: Introduce inet_timewait_death_rowArnaldo Carvalho de Melo6-140/+146
2005-08-29[DCCP]: Initialize icsk_rto in dccp_v4_init_sockArnaldo Carvalho de Melo1-0/+1
2005-08-29[DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsgArnaldo Carvalho de Melo5-72/+57
2005-08-29[Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann3-17/+19
2005-08-29[Bluetooth]: Fix sparse warnings (__nocast type)Victor Fusco5-5/+5
2005-08-29[Bluetooth]: Implement RFCOMM remote port negotiationJ. Suter2-72/+196
2005-08-29[Bluetooth]: Call tty_hangup() when DCD is de-assertedTimo Teräs1-1/+6
2005-08-29[Bluetooth]: Track page scan repetition mode changesMarcel Holtmann1-0/+22
2005-08-29[Bluetooth]: Workaround for inquiry results with RSSI and page scan modeMarcel Holtmann1-13/+42
2005-08-29[DCCP]: Fix u64 printf format warnings.David S. Miller4-14/+36
2005-08-29[NETFILTER]: New iptables DCCP protocol header matchHarald Welte3-0/+188
2005-08-29[IPV4]: fib_trie: Use constStephen Hemmigner1-5/+2
2005-08-29[IPV4]: fib_trie: Use ERR_PTR to handle errno returnRobert Olsson1-62/+57
2005-08-29[IPV4]: FIB Trie cleanups.Olof Johansson1-645/+592
2005-08-29[NETFILTER]: return ENOMEM when ip_conntrack_alloc() fails.Yasuyuki Kozakai1-3/+4
2005-08-29[NETFILTER]: check nf_log function call argumentsHarald Welte1-1/+9
2005-08-29[NETFILTER]: more verbose return codes from nf_{log,queue}Harald Welte2-2/+10
2005-08-29[NETFILTER]: add /proc/net/netfilter interface to nf_queueHarald Welte5-29/+108
2005-08-29[NETFILTER]: add correct bridging support to nfnetlink_{queue,log}Harald Welte2-0/+116
2005-08-29[NETFILTER]: split net/core/netfilter.c into net/netfilter/*.cHarald Welte8-738/+829
2005-08-29[NETFILTER]: ip{6}_queue: prevent unregistration race with nfnetlink_queueHarald Welte2-2/+2
2005-08-29[NETFILTER]: fix autoloading of nfnetlink_logHarald Welte1-0/+1
2005-08-29[SUNRPC]: svcsock.c needs linux/tcp.hAndrew Morton1-0/+1
2005-08-29[NETFILTER]: move conntrack helper buffers from BSS to kmalloc()ed memoryHarald Welte3-5/+29
2005-08-29[INET]: Make inet_create try to load protocol modulesArnaldo Carvalho de Melo3-6/+36
2005-08-29[CCID3]: Reenable list_for_each_entry_safe_continue usageArnaldo Carvalho de Melo1-9/+1
2005-08-29[DCCP]: Fix checksum routinesYoshifumi Nishida3-22/+28
2005-08-29[ICSK]: Move generalised functions from tcp to inet_connection_sockArnaldo Carvalho de Melo4-216/+217
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-28[PATCH] ieee80211: Remove EAPOL debugJouni Malinen2-25/+0
2005-08-25ieee80211: new constants from latest 802.11x specificationsJiri Benc2-9/+9
2005-08-25ieee80211: Puts debug macros together and makes escape_essid not inlined.Jiri Benc1-0/+26
2005-08-23[FIB_TRIE]: Don't ignore negative results from fib_semantic_matchPatrick McHardy1-7/+7
2005-08-24Merge upstream into ieee80211.Jeff Garzik26-163/+191
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-15ieee80211: remove last uses of compat define WLAN_CAPABILITY_BSSJeff Garzik1-2/+2
2005-08-14Merge /spare/repo/linux-2.6/Jeff Garzik24-184/+211
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-31ieee80211: trim trailing whitespaceJeff Garzik2-14/+14
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-30/spare/repo/netdev-2.6 branch 'master'Jeff Garzik43-675/+612
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