aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-01-10[AF_NETLINK]: Fix DoS in netlink_rcv_skb()Martin Murray1-1/+1
2006-01-10[NETFILTER]: Fix timeout sysctls on big-endian 64bit architecturesPatrick McHardy13-73/+73
2006-01-10[NETFILTER]: Remove unused function from NAT protocol helpersPatrick McHardy5-160/+0
2006-01-10[NETFILTER]: Fix return value confusion in PPTP NAT helperPatrick McHardy1-23/+13
2006-01-10[NETFILTER]: Fix another crash in ip_nat_pptpPatrick McHardy1-30/+27
2006-01-10[NETFILTER]: Fix crash in ip_nat_pptpPatrick McHardy1-1/+1
2006-01-10[NETFILTER]: net/ipv[46]/netfilter.c cleanupsPatrick McHardy4-32/+6
2006-01-10[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn11-25/+26
2006-01-10Fix rpc shutdown event condition bugLinus Torvalds1-1/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-7/+2
2006-01-10[PATCH] nfs: sleep_on() removalIngo Molnar1-1/+2
2006-01-10[PATCH] fix /sys/class/net/<if>/wireless without dev->get_wireless_statsAndrey Borzenkov1-9/+19
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6Linus Torvalds2-31/+31
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-4/+4
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2-31/+31
2006-01-10spelling: s/trough/through/Adrian Bunk2-4/+4
2006-01-09[INET_DIAG]: Introduce sk_diag_fillArnaldo Carvalho de Melo1-10/+24
2006-01-09[INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fillArnaldo Carvalho de Melo1-47/+111
2006-01-09[INET_DIAG]: whitespace/simple cleanupsArnaldo Carvalho de Melo1-29/+28
2006-01-09[INET_DIAG]: Use inet_twsk() with TIME_WAIT socketsArnaldo Carvalho de Melo1-3/+3
2006-01-09[IPV6]: Set skb->priority in ip6_output.cPatrick McHardy1-0/+4
2006-01-09[IPV4]: ip_output.c needs xfrm.hPatrick McHardy1-0/+1
2006-01-09[PKT_SCHED]: Fix qdisc return code.Jamal Hadi Salim4-9/+10
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn11-40/+21
2006-01-09[PKT_SCHED]: Prefix tc actions with act_Patrick McHardy8-8/+8
2006-01-09[PKT_SCHED]: Fix memory leak when dumping in pedit actionPatrick McHardy1-0/+2
2006-01-09[PKT_SCHED]: Remove some obsolete policer exportsPatrick McHardy1-11/+3
2006-01-09[PKT_SCHED]: Convert tc action functions to single skb pointersPatrick McHardy7-13/+10
2006-01-09[PKT_SCHED]: Use USEC_PER_SECPatrick McHardy1-4/+4
2006-01-09[NET]: Convert net/{ipv4,ipv6,sched} to netdev_privPatrick McHardy6-66/+63
2006-01-09Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds3-20/+45
2006-01-09[PATCH] netlink oops fix due to incorrect error codeKirill Korotaev1-1/+1
2006-01-09[PATCH] ieee80211: enable hw wep where host has to build IVJohannes Berg3-20/+45
2006-01-08[PATCH] tiny: Trim non-IPX buildsMatt Mackall1-3/+1
2006-01-08[PATCH] shrink dentry structEric Dumazet1-1/+1
2006-01-08[PATCH] slab: remove unused align parameter from alloc_percpuPekka Enberg1-2/+2
2006-01-07[IPV6]: small cleanupsAdrian Bunk2-1/+2
2006-01-07[IPV4]: make ip_fragment() staticAdrian Bunk1-2/+3
2006-01-07[NETFILTER]: ip_conntrack_proto_sctp.c needs linux/interrupt.hJoe Kappus1-0/+1
2006-01-07[NETFILTER]: Add ipt_policy/ip6t_policy matchesPatrick McHardy6-0/+367
2006-01-07[NETFILTER]: Handle NAT in IPsec policy checksPatrick McHardy4-3/+54
2006-01-07[NETFILTER]: Keep conntrack reference until IPsec policy checks are donePatrick McHardy6-9/+12
2006-01-07[NETFILTER]: Redo policy lookups after NAT when neccessaryPatrick McHardy3-3/+31
2006-01-07[NETFILTER]: Use conntrack information to determine if packet was NATedPatrick McHardy1-15/+19
2006-01-07[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy7-9/+27
2006-01-07[IPV4]: reset IPCB flags when neccessaryPatrick McHardy3-0/+4
2006-01-07[IPV4/6]: Netfilter IPsec input hooksPatrick McHardy3-1/+45
2006-01-07[IPV6]: Move nextheader offset to the IP6CBPatrick McHardy11-42/+37
2006-01-07[XFRM]: Netfilter IPsec output hooksPatrick McHardy2-36/+110
2006-01-07[DCCP]: ipv6.c needs net/ip6_checksum.cDavid S. Miller1-0/+1
2006-01-06Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds13-24/+25
2006-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2-2/+2
2006-01-06[NET]: Endian-annotate in_aton()Alexey Dobriyan1-1/+1
2006-01-06[NET]: Endian-annotate struct iphdrAlexey Dobriyan3-4/+4
2006-01-06[LSM-IPSec]: Corrections to LSM-IPSec NethooksTrent Jaeger1-0/+1
2006-01-06[PKTGEN]: Adds missing __init.Luiz Capitulino1-3/+2
2006-01-06[NETFILTER]: ipt_helper.c needs linux/interrupt.hJoe1-0/+1
2006-01-06[BRIDGE] netfilter: vlan + hw checksum = bug?Stephen Hemminger1-4/+9
2006-01-06[X25]: Fix for broken x25 module.Shaun Pereira1-6/+1
2006-01-06[NET]: Change sk_run_filter()'s return type in net/core/filter.cKris Katterjohn1-3/+3
2006-01-06[NET]: Use newer is_multicast_ether_addr() in some filesKris Katterjohn3-3/+3
2006-01-06kbuild: un-stringnify KBUILD_MODNAMESam Ravnborg2-2/+2
2006-01-06SUNRPC: Make krb5 report unsupported encryption typesJ. Bruce Fields1-3/+7
2006-01-06SUNRPC: Make spkm3 report unsupported encryption typesJ. Bruce Fields1-3/+7
2006-01-06SUNRPC: Update the spkm3 code to use the make_checksum interfaceJ. Bruce Fields3-8/+8
2006-01-06SUNRPC: Clean up xprt_destroy()Trond Myklebust1-24/+6
2006-01-06SUNRPC: Ensure client closes the socket when server initiates a closeTrond Myklebust2-19/+26
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever2-7/+4
2006-01-06SUNRPC: transport switch API for setting port numberChuck Lever2-3/+19
2006-01-06SUNRPC: new interface to force an RPC rebindChuck Lever1-6/+15
2006-01-06SUNRPC: switchable buffer allocationChuck Lever4-29/+43
2006-01-06SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string()Adrian Bunk1-21/+0
2006-01-06SUNRPC: Fix a potential race in rpc_pipefs.Trond Myklebust1-3/+6
2006-01-06SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.Trond Myklebust1-2/+2
2006-01-06SUNRPC: rpc_execute should not return task->tk_status;Trond Myklebust2-8/+7
2006-01-06SUNRPC: Get rid of some unused exportsTrond Myklebust1-4/+0
2006-01-06NFSv4: stateful NFSv4 RPC call interfaceTrond Myklebust1-19/+59
2006-01-06SUNRPC: Further cleanupsTrond Myklebust1-0/+10
2006-01-06RPC: Clean up RPC task structureTrond Myklebust2-32/+36
2006-01-06SUNRPC: Yet more RPC cleanupsTrond Myklebust3-39/+32
2006-01-06[PATCH] Keep nfsd from exiting when seeing recv() errorsOlaf Kirch1-1/+1
2006-01-06[PATCH] knfsd: fix hash function for IP addresses on 64bit little-endian mach...NeilBrown1-1/+13
2006-01-05[NET]: Change 1500 to ETH_DATA_LEN in some filesKris Katterjohn6-9/+15
2006-01-05[IPVS]: Another file needs linux/interrupt.hAndrew Morton1-0/+1
2006-01-05[NETFILTER]: Use HOPLIMIT metric as TTL of TCP reset sent by REJECTYasuyuki Kozakai1-1/+1
2006-01-05[NETFILTER]: nf_conntrack_l3proto_ipv4.c needs net/route.hPatrick McHardy1-0/+1
2006-01-05[NETFILTER]: Export ip6_masked_addrcmp, don't pass IPv6 addresses on stackPatrick McHardy1-8/+10
2006-01-05[NETFILTER]: make ipv6_find_hdr() find transport protocol headerPatrick McHardy7-74/+48
2006-01-05[NETFILTER]: Call POST_ROUTING hook before fragmentationPatrick McHardy4-83/+16
2006-01-05[NETFILTER]: Remove okfn usage in ip_vs_core.cPatrick McHardy1-4/+1
2006-01-05[NETFILTER]: ctnetlink: Fix dumping of helper namePatrick McHardy1-1/+1
2006-01-05[NETFILTER]: Fix module_param types and permissionsPatrick McHardy7-26/+22
2006-01-05[NETFILTER]: Filter dumped entries based on the layer 3 protocol numberPablo Neira Ayuso1-6/+17
2006-01-05[NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso11-61/+2214
2006-01-05[NETFILTER]: ctnetlink: remove unused variablePablo Neira Ayuso1-2/+0
2006-01-05[NETFILTER]: ctnetlink: fix conntrack mark racePablo Neira Ayuso1-5/+5
2006-01-05[NETFILTER]: ctnetlink: ctnetlink_event cleanupPablo Neira Ayuso1-11/+4
2006-01-05[NETFILTER]: ctnetlink: use u_int32_t instead of unsigned intPablo Neira Ayuso1-1/+1
2006-01-05[NETFILTER]: ctnetlink: propagate ctnetlink_dump_tuples_proto return value backPablo Neira Ayuso1-2/+3
2006-01-05[NETFILTER]: ctnetlink: Add sanity checkings for ICMPYasuyuki Kozakai1-19/+24
2006-01-05[NETFILTER]: ctnetlink: remove bogus checks in ICMP protocol at dumpingPablo Neira Ayuso1-4/+0
2006-01-05[NETFILTER]: Decrease number of pointer derefs in nf_conntrack_core.cJesper Juhl1-3/+4
2006-01-05[NETFILTER]: Decrease number of pointer derefs in nfnetlink_queue.cJesper Juhl1-35/+44
2006-01-05[IPVS]: Fix compilationAdrian Bunk2-0/+2
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-55/+29
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-01-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+3
2006-01-04[PATCH] net: swich device attribute creation to default attrsKay Sievers1-47/+21
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers3-8/+8
2006-01-04[TCP] tcp_vegas: Fix slow startThomas Young1-0/+4
2006-01-04[NET]: More instruction checks fornet/core/filter.cKris Katterjohn1-32/+80
2006-01-04[NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition.YOSHIFUJI Hideaki3-4/+4
2006-01-04[IPV6]: Use macro for rwlock_t initialization.YOSHIFUJI Hideaki1-1/+1
2006-01-04[ECONET]: Use macro for spinlock_t definition.YOSHIFUJI Hideaki1-1/+1
2006-01-04[IPVS]: Add missing include <linux/net.h>Arnaldo Carvalho de Melo1-0/+1
2006-01-04[TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selectedArnaldo Carvalho de Melo1-0/+2
2006-01-04[DCCP] ackvec: use u8 for the buf offsetsArnaldo Carvalho de Melo2-16/+23
2006-01-04[DCCP] ackvec: Fix spelling of "throw"Andrea Bittau1-3/+3
2006-01-03[TCP]: less inline'sStephen Hemminger4-35/+171
2006-01-03[IEEE80211] ipw2200: Simplify multicast checks.Stephen Hemminger1-3/+2
2006-01-03[IPV4] fib_trie: build fixStephen Hemminger1-0/+1
2006-01-03[BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id()Stephen Hemminger1-1/+1
2006-01-03[DCCP]: Notify CCID only after ACK vectors have been processed.Andrea Bittau1-3/+3
2006-01-03[DCCP]: Send an ACK vector when ACKing a response packetAndrea Bittau1-0/+6
2006-01-03[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.Andrea Bittau1-22/+34
2006-01-03[DECNET]: Only use local routersPatrick Caulfield1-5/+8
2006-01-03[IPVS]: Cleanup IP_VS_DBG statements.Roberto Nibali4-14/+17
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig17-40/+27
2006-01-03[NETROM]: Remove unessecary lock_sock calls in netrom_ioctl()Christoph Hellwig1-5/+5
2006-01-03[NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8Per Liden1-1/+1
2006-01-03[AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise1-1/+1
2006-01-03[NET]: Speed up __alloc_skb()Benjamin LaHaise1-14/+13
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo56-2/+78
2006-01-03[SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo3-53/+4
2006-01-03[NET]: restructure sock_aio_{read,write} / sock_{readv,writev}Christoph Hellwig1-114/+110
2006-01-03[NET]: Fix sock_init() return value.David S. Miller2-5/+2
2006-01-03[PKTGEN]: Deinitialise static variables.Jaco Kroon1-3/+3
2006-01-03[NET]: move struct proto_ops to constEric Dumazet29-59/+59
2006-01-03[NET]: Small cleanup to socket initializationAndi Kleen1-5/+5
2006-01-03[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.Frank Filz1-0/+184
2006-01-03[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz7-200/+523
2006-01-03[IPV4] fib_trie: Add credits.Robert Olsson1-0/+7
2006-01-03[TCP] cubic: use Newton-RaphsonStephen Hemminger1-54/+39
2006-01-03[TCP] cubic: precompute constantsStephen Hemminger1-76/+57
2006-01-03[PKT_SCHED] netem: packet corruption optionStephen Hemminger1-3/+46
2006-01-03[BRIDGE]: add version numberStephen Hemminger2-0/+3
2006-01-03[BRIDGE]: limited ethtool supportStephen Hemminger3-3/+67
2006-01-03[BRIDGE]: filter packets in learning stateStephen Hemminger1-4/+7
2006-01-03[BRIDGE]: handle speed detection after carrier changesStephen Hemminger3-22/+44
2006-01-03[BRIDGE]: allow setting hardware address of bridge pseudo-devStephen Hemminger3-4/+28
2006-01-03[AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller2-19/+19
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo15-76/+89
2006-01-03[INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo3-344/+183
2006-01-03[INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo3-331/+180
2006-01-03[TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo6-59/+78
2006-01-03[DCCP]: Use reqsk_free in dccp_v4_conn_requestArnaldo Carvalho de Melo1-4/+1
2006-01-03[DCCP]: Introduce DCCPv6Arnaldo Carvalho de Melo4-1/+1491
2006-01-03[IPV6]: Export ipv6_opt_acceptedArnaldo Carvalho de Melo2-16/+21
2006-01-03[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo6-52/+114
2006-01-03[DCCP]: Just rename dccp_v4_prot to dccp_protArnaldo Carvalho de Melo3-6/+6
2006-01-03[IPV6]: Export some symbols for DCCPv6Arnaldo Carvalho de Melo4-0/+10
2006-01-03[IPV6]: Introduce inet6_timewait_sockArnaldo Carvalho de Melo4-13/+15
2006-01-03[IPV6]: Generalise some functionsArnaldo Carvalho de Melo3-149/+159
2006-01-03[AF_UNIX]: Remove superfluous reference counting in unix_stream_sendmsgBenjamin LaHaise1-6/+5
2006-01-03[NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise6-15/+20
2006-01-03[IPVS]: remove dead codeRoberto Nibali4-104/+0
2006-01-03[UDP]: udp_checksum_init return valueStephen Hemminger1-4/+2
2006-01-03[IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu4-41/+42
2006-01-03[DCCP]: Introduce dccp_ipv4_af_opsArnaldo Carvalho de Melo5-14/+39
2006-01-03[ICSK]: Move v4_addr2sockaddr from TCP to icskArnaldo Carvalho de Melo2-11/+13
2006-01-03[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo8-46/+43
2006-01-03[IPV6]: Introduce inet6_rsk()Arnaldo Carvalho de Melo3-16/+15
2006-01-03[IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_addArnaldo Carvalho de Melo3-72/+105
2006-01-03[ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned longArnaldo Carvalho de Melo1-1/+1
2006-01-03[IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hashArnaldo Carvalho de Melo1-30/+4
2006-01-03[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_portArnaldo Carvalho de Melo4-96/+16
2006-01-03[IPV4]: Safer reassemblyHerbert Xu4-1/+79
2006-01-03[NETFILTER] ebtables: Support nf_log API from ebt_log and ebt_ulogBart De Schuymer3-21/+110
2006-01-03[NETFILTER] ip_tables: NUMA-aware allocationEric Dumazet3-182/+382
2006-01-03[TCP] BIC: CUBIC window growth (2.0)Stephen Hemminger3-0/+454
2006-01-03[TCP] BIC: spelling and whitespaceStephen Hemminger1-2/+2
2006-01-03[TCP] BIC: remove low utilization code.Stephen Hemminger1-80/+1
2006-01-03[LSM-IPSec]: Security association restriction.Trent Jaeger5-54/+396
2006-01-03Merge branch 'master'Jeff Garzik19-96/+334
2006-01-03s/retreiv/retriev/gMatt Mackall1-1/+1
2005-12-27[IPV6] mcast: Fix multiple issues in MLDv2 reports.David L Stevens1-30/+110
2005-12-27[NET]: Validate socket filters against BPF_MAXINSNS in one spot.David S. Miller1-2/+2
2005-12-27[IPV6]: Fix addrconf dead lock.YOSHIFUJI Hideaki1-4/+5
2005-12-26[BR_NETFILTER]: Fix leak if skb traverses > 1 bridgeDavid Kimdon1-0/+2
2005-12-26[IPV6]: Increase default MLD_MAX_MSF to 64.David L Stevens1-1/+1
2005-12-23[IPV6]: Fix Temporary Address GenerationHiroyuki YAMAMORI1-0/+3
2005-12-23[IPV6]: Fix dead lock.YOSHIFUJI Hideaki1-4/+4
2005-12-22Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+git+ipv6-fix-20051221aDavid S. Miller3-17/+118
2005-12-22[IPSEC]: Fix policy updates missed by socketsDavid S. Miller1-1/+29
2005-12-21[DCCP]: Comment typoIan McDonald1-1/+1
2005-12-21[IPV6]: Fix address deletionKristian Slavov1-2/+3
2005-12-21[VLAN]: Add two missing checks to vlan_ioctl_handler()Mika Kukkonen1-1/+5
2005-12-21[NETROM]: Fix three if-statements in nr_state1_machine()Mika Kukkonen1-3/+3
2005-12-21[IPV6]: Don't select a tentative address as a source address.YOSHIFUJI Hideaki1-1/+8
2005-12-21[IPV6]: Run DAD when the link becomes ready.YOSHIFUJI Hideaki1-0/+23