aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-12-10[PATCH] sysctl: remove unused "context" paramAlexey Dobriyan7-30/+16
2006-12-10[PATCH] workstruct: fix ieee80211-softmac compile problemDavid Howells1-1/+1
2006-12-08[NET_SCHED] sch_htb: turn intermediate classes into leavesJarek Poplawski1-0/+51
2006-12-08[NET_SCHED] sch_cbq: deactivating when grafting, purging etc.Jarek Poplawski1-4/+17
2006-12-08[NETPOLL]: make arp replies through netpoll use mac address of senderNeil Horman1-4/+10
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Ralf Baechle1-3/+12
2006-12-08[AX.25]: Constify ax25 utility functionsRalf Baechle1-8/+11
2006-12-08[NET]: Convert hh_lock to seqlock.Stephen Hemminger3-29/+13
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-08[PATCH] tty: switch to ktermios and new frameworkAlan Cox1-1/+1
2006-12-08[PATCH] struct path: convert unixJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert sunrpcJosef Sipek3-10/+10
2006-12-08[PATCH] struct path: convert netlinkJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert netfilterJosef Sipek2-2/+2
2006-12-08[PATCH] struct path: convert netJosef Sipek1-8/+8
2006-12-08[PATCH] struct path: convert atmJosef Sipek1-1/+1
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust67-389/+617
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust29-126/+149
2006-12-07Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds4-3/+18
2006-12-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds23-282/+432
2006-12-07[PATCH] net: don't insert socket dentries into dentry_hashtableEric Dumazet1-3/+16
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2-4/+0
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra1-1/+2
2006-12-07[PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra3-18/+67
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham4-0/+4
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter31-48/+48
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter5-7/+7
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter12-14/+14
2006-12-07[PATCH] Allow NULL pointers in percpu_freeAlan Stern1-4/+2
2006-12-07[PATCH] node-aware skb allocationChristoph Hellwig1-5/+7
2006-12-07Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik4-3/+18
2006-12-07[NETFILTER]: Fix non-ANSI func. decl.Randy Dunlap1-1/+1
2006-12-07[WANROUTER]: Kill kmalloc debugging code.David S. Miller1-57/+0
2006-12-07[TCP] inet_twdr_hangman: Delete unnecessary memory barrier().David S. Miller1-1/+0
2006-12-07[NET]: Memory barrier cleanupsRalf Baechle4-6/+6
2006-12-06[IPSEC]: Fix inetpeer leak in ipv4 xfrm dst entries.David S. Miller1-0/+2
2006-12-06audit: disable ipsec auditing when CONFIG_AUDITSYSCALL=nJoy Latten2-1/+2
2006-12-06audit: Add auditing to ipsecJoy Latten4-9/+188
2006-12-06[IrDA]: Incorrect TTP header reservationJeet Chaudhuri1-2/+2
2006-12-06[GENETLINK]: Fix misplaced command flags.Jamal Hadi Salim1-2/+2
2006-12-06[IPV6] RAW: Don't release unlocked sock.Masahide NAKAMURA1-1/+2
2006-12-06[IPV6]: Repair IPv6 FragmentsYOSHIFUJI Hideaki1-1/+1
2006-12-06[NET_SCHED]: cls_fw: fix NULL pointer dereferencePatrick McHardy1-1/+2
2006-12-06[NETFILTER]: bridge netfilter: deal with martians correctlyBart De Schuymer1-8/+28
2006-12-06[NETFILTER]: nf_conntrack: Don't try to find clashed expectationYasuyuki Kozakai1-12/+15
2006-12-06[NETFILTER]: Fix iptables compat hook validationDmitry Mishin1-27/+51
2006-12-06[NETFILTER]: Fix {ip,ip6,arp}_tables hook validationDmitry Mishin3-103/+72
2006-12-06[IPSEC]: Add support for AES-XCBC-MACKazunori MIYAZAWA1-0/+17
2006-12-06[XFRM] Optimize SA dumpingJamal Hadi Salim1-13/+11
2006-12-06[XFRM] Optimize policy dumpingJamal Hadi Salim1-30/+25
2006-12-06[XFRM]: Use output device disable_xfrm for forwarded packetsPatrick McHardy1-1/+1
2006-12-06[GENETLINK]: Move command capabilities to flags.Jamal Hadi Salim1-10/+8
2006-12-06SUNRPC: Remove pprintk() from net/sunrpc/xprt.cChuck Lever1-2/+0
2006-12-06SUNRPC: relocate the creation of socket-specific tunablesChuck Lever2-53/+104
2006-12-06SUNRPC: create stubs for xprtsock init and cleanupChuck Lever2-0/+22
2006-12-06SUNRPC: Rename skb_reader_t and friendsChuck Lever2-10/+10
2006-12-06SUNRPC: skb_read_bits is the same as xs_tcp_copy_dataChuck Lever2-27/+11
2006-12-06SUNRPC: Make address format buffers more genericChuck Lever2-20/+9
2006-12-06SUNRPC: move saved socket callback functions to a private data structureChuck Lever1-9/+16
2006-12-06SUNRPC: Move the UDP socket bufsize parameters to a private data structureChuck Lever1-8/+16
2006-12-06SUNRPC: Move rpc_xprt socket connect fields into private data structureChuck Lever1-18/+33
2006-12-06SUNRPC: Move TCP state flags into xprtsock.cChuck Lever1-20/+29
2006-12-06SUNRPC: Move TCP receive state variables into private data structureChuck Lever1-68/+86
2006-12-06SUNRPC: Remove sock and inet fields from rpc_xprtChuck Lever1-23/+39
2006-12-06SUNRPC: Allocate a private data area for socket-specific rpc_xprt fieldsChuck Lever1-2/+8
2006-12-06rpcgss: krb5: miscellaneous cleanupJ. Bruce Fields3-20/+15
2006-12-06rpcgss: krb5: ignore seedJ. Bruce Fields1-5/+6
2006-12-06rpcgss: krb5: sanity check sealalg value in the downcallJ. Bruce Fields3-30/+5
2006-12-06rpcgss: krb5: clean up some goto's, etc.J. Bruce Fields3-75/+48
2006-12-06rpcgss: simplify make_checksumJ. Bruce Fields4-16/+5
2006-12-06rpcgss: krb5: kill checksum_type, miscellaneous small cleanupJ. Bruce Fields3-20/+4
2006-12-06rpcgss: krb5: expect a constant signalg valueJ. Bruce Fields2-60/+27
2006-12-06gss: krb5: remove signalg and sealalgJ. Bruce Fields3-47/+22
2006-12-06rpc: spkm3 updateOlga Kornievskaia5-162/+166
2006-12-06rpc: move process_xdr_bufOlga Kornievskaia2-69/+72
2006-12-06rpc: gss: fix a kmap_atomic race in krb5 codeJ. Bruce Fields1-2/+2
2006-12-06rpc: gss: eliminate print_hexl()'sJ. Bruce Fields5-64/+2
2006-12-06SUNRPC: another pmap wakeup fixChuck Lever1-5/+6
2006-12-06SUNRPC: Make the transport-specific setup routine allocate rpc_xprtChuck Lever2-45/+59
2006-12-06SUNRPC: Clean up xs_send_pages()Trond Myklebust1-75/+65
2006-12-06SUNRPC: Ensure xdr_buf_read_netobj() checks for memory overrunsTrond Myklebust1-33/+26
2006-12-06SUNRPC: Add __(read|write)_bytes_from_xdr_bufTrond Myklebust1-29/+37
2006-12-06SUNRPC: Clean up argument types in xdr.cTrond Myklebust1-43/+43
2006-12-06SUNRPC: Remove BKL around the RPC socket operations etc.Trond Myklebust2-5/+11
2006-12-06SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust2-6/+12
2006-12-06SUNRPC: Give cloned RPC clients their own rpc_pipefs directoryTrond Myklebust1-10/+13
2006-12-06SUNRPC: Handle the cases where rpc_alloc_iostats() failsTrond Myklebust1-1/+10
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust1-10/+20
2006-12-06Fix a second potential rpc_wakeup race...Trond Myklebust4-44/+58
2006-12-06Subject: Re: [PATCH] Fix SUNRPC wakeup/execute race conditionChristophe Saout1-4/+6
2006-12-05[PATCH] softmac: fix unbalanced mutex_lock/unlock in ieee80211softmac_wx_set_...Maxime Austruy1-1/+2
2006-12-05[PATCH] softmac: Fixed handling of deassociation from APUlrich Kunitz3-2/+16
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells21-148/+314
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells364-7798/+21212
2006-12-04Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro...Linus Torvalds16-1/+35
2006-12-04[PATCH] severing skbuff.h -> mm.hAl Viro10-0/+10
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro6-1/+25
2006-12-03Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6David S. Miller4-139/+237
2006-12-03[XFRM] xfrm_user: Better validation of user templates.David S. Miller1-8/+42
2006-12-03[DCCP] tfrc: Binary search for reverse TFRC lookupGerrit Renker1-14/+24
2006-12-03[DCCP] ccid3: Deprecate TFRC_SMALLEST_PGerrit Renker2-18/+6
2006-12-03[DCCP] tfrc: Identify TFRC table limits and simplify codeGerrit Renker1-9/+18
2006-12-03[DCCP] tfrc: Add protection against invalid parameters to TFRC routinesGerrit Renker1-14/+19
2006-12-03[DCCP] tfrc: Fix small error in reverse lookup of p for given f(p)Gerrit Renker1-2/+2
2006-12-03[DCCP] tfrc: Document boundaries and limits of the TFRC lookup tableGerrit Renker1-56/+88
2006-12-03[DCCP] ccid3: Fix warning message about illegal ACKGerrit Renker1-1/+2
2006-12-03[DCCP] ccid3: Fix bug in calculation of send rateGerrit Renker1-37/+52
2006-12-03[DCCP]: Fix BUG in retransmission delay calculationGerrit Renker1-1/+1
2006-12-03[DCCP]: Use higher RTO default for CCID3Gerrit Renker2-8/+46
2006-12-02[XFRM]: Fix aevent structuring to be more complete.Jamal Hadi Salim1-1/+3
2006-12-02[NETFILTER]: xtables: fixes warning on compilation of hashlimitYasuyuki Kozakai1-1/+1
2006-12-02[ROSE] rose_add_loopback_node: propagate -EAlexey Dobriyan1-2/+2
2006-12-02[NETFILTER]: nf_conntrack: fix header inclusions for helpersYasuyuki Kozakai5-4/+4
2006-12-02[NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanupPatrick McHardy10-86/+75
2006-12-02[NETFILTER]: Mark old IPv4-only connection tracking scheduled for removalPatrick McHardy3-5/+5
2006-12-02[NETFILTER]: nf_nat: add SNMP NAT helper portPatrick McHardy3-0/+1348
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add TFTP helper portPatrick McHardy6-0/+229
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add SIP helper portPatrick McHardy6-0/+832
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add PPTP helper portPatrick McHardy9-0/+1449
2006-12-02[NETFILTER]: nf_conntrack: add NetBIOS name service helper portPatrick McHardy3-0/+145
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add IRC helper portPatrick McHardy6-0/+404
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add H.323 helper portPatrick McHardy8-6/+2487
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add amanda helper portPatrick McHardy6-0/+337
2006-12-02[NETFILTER]: nf_conntrack: add helper function for expectation initializationPatrick McHardy1-0/+68
2006-12-02[NETFILTER]: nf_nat: add FTP NAT helper portJozsef Kadlecsik4-19/+210
2006-12-02[NETFILTER]: Add NAT support for nf_conntrackJozsef Kadlecsik20-43/+2389
2006-12-02[NETFILTER]: nf_conntrack: add module aliases to IPv4 conntrack namesPatrick McHardy4-0/+4
2006-12-02[NETFILTER]: Kconfig: improve conntrack selectionPatrick McHardy2-20/+44
2006-12-02[NETFILTER]: nf_conntrack: automatic helper assignment for expectationsPatrick McHardy4-6/+18
2006-12-02[NETFILTER]: nf_conntrack: endian annotationsPatrick McHardy10-56/+49
2006-12-02[NETFILTER]: nf_conntrack: fix helper structure alignmentPatrick McHardy1-4/+5
2006-12-02[NETFILTER]: nf_conntrack: fix NF_CONNTRACK_PROC_COMPAT dependencyPatrick McHardy1-1/+1
2006-12-02[NET]: Accept wildcard delimiters in in[46]_ptonPatrick McHardy1-4/+6
2006-12-02[PKT_SCHED] act_gact: division by zeroKim Nordlund1-2/+2
2006-12-02[GENETLINK]: Add cmd dump completion.Jamal Hadi Salim1-1/+1
2006-12-02[ATM]: Kill ipcommon.[ch]David S. Miller5-98/+47
2006-12-02[NET_SCHED]: policer: restore compatibility with old iproute binariesPatrick McHardy1-4/+22
2006-12-02[PKT_SCHED]: Remove unused exports.Adrian Bunk2-4/+0
2006-12-02[EBTABLES]: Split ebt_replace into user and kernel variants, annotate.Al Viro4-12/+13
2006-12-02[EBTABLES]: Clean ebt_register_table() up.Al Viro1-12/+21
2006-12-02[EBTABLES]: Move calls of ebt_verify_pointers() upstream.Al Viro1-9/+11
2006-12-02[EBTABLES]: ebt_check_entry() doesn't need valid_hooksAl Viro1-4/+3
2006-12-02[EBTABLES]: Clean ebt_get_udc_positions() up.Al Viro1-6/+2
2006-12-02[EBTABLES]: Switch ebt_check_entry_size_and_hooks() to use of newinfo->hook_e...Al Viro1-10/+6
2006-12-02[EBTABLES]: translate_table(): switch direct uses of repl->hook_info to newinfoAl Viro1-5/+5
2006-12-02[EBTABLES]: Move more stuff into ebt_verify_pointers().Al Viro1-19/+19
2006-12-02[EBTABLES]: Pull the loop doing __ebt_verify_pointers() into a separate funct...Al Viro1-37/+41
2006-12-02[EBTABLES]: Split ebt_check_entry_size_and_hooksAl Viro1-24/+49
2006-12-02[EBTABLES]: Prevent wraparounds in checks for entry components' sizes.Al Viro1-8/+9
2006-12-02[EBTABLES]: Deal with the worst-case behaviour in loop checks.Al Viro1-1/+3
2006-12-02[EBTABLES]: Verify that ebt_entries have zero ->distinguisher.Al Viro1-5/+5
2006-12-02[EBTABLES]: Fix wraparounds in ebt_entries verification.Al Viro1-7/+16
2006-12-02[TCP]: Fix warnings with TCP_MD5SIG disabled.Andrew Morton2-6/+6
2006-12-02[NET]: Possible cleanups.Adrian Bunk5-16/+16
2006-12-02[IPSEC]: Add AF_KEY interface for encapsulation family.Miika Komu1-15/+25
2006-12-02[IPSEC]: Add netlink interface for the encapsulation family.Miika Komu1-1/+3
2006-12-02[IPSEC]: Add encapsulation family.Miika Komu1-0/+1
2006-12-02[TCP] MD5SIG: Kill CONFIG_TCP_MD5SIG_DEBUG.David S. Miller2-44/+1
2006-12-02[NET_SCHED]: Fix endless loops (part 5): netem/tbf/hfsc ->requeue failuresPatrick McHardy3-5/+3
2006-12-02[NET_SCHED]: Fix endless loops (part 4): HTBPatrick McHardy1-7/+17
2006-12-02[NET_SCHED]: Fix endless loops (part 3): HFSCPatrick McHardy1-5/+13
2006-12-02[NET_SCHED]: Fix endless loops (part 2): "simple" qdiscsPatrick McHardy7-10/+22
2006-12-02[NET_SCHED]: Fix endless loops caused by inaccurate qlen counters (part 1)Patrick McHardy1-6/+32
2006-12-02[NET_SCHED]: Set parent classid in default qdiscsPatrick McHardy10-23/+39
2006-12-02[NET_SCHED]: sch_htb: perform qlen adjustment immediately in ->deletePatrick McHardy1-1/+6
2006-12-02NetLabel: add the ranged tag to the CIPSOv4 protocolPaul Moore1-0/+268
2006-12-02NetLabel: add the enumerated tag to the CIPSOv4 protocolPaul Moore1-0/+233
2006-12-02NetLabel: convert to an extensibile/sparse category bitmapPaul Moore2-99/+270
2006-12-02[NETFILTER]: remove the reference to ipchains from KconfigPablo Neira Ayuso1-1/+1
2006-12-02[NETFILTER]: Fix PROC_FS=n warningsPatrick McHardy2-7/+17
2006-12-02[NETFILTER]: remove remaining ASSERT_{READ,WRITE}_LOCKPatrick McHardy5-18/+0
2006-12-02[NETFILTER]: ebtables: add --snap-arp optionBart De Schuymer2-6/+27
2006-12-02[NETFILTER]: x_tables: add NFLOG targetPatrick McHardy5-14/+102
2006-12-02[NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6Patrick McHardy5-251/+290
2006-12-02[NETFILTER]: nfnetlink_log: remove useless prefix length limitationPatrick McHardy1-9/+10
2006-12-02[NETFILTER]: nfnetlink_queue: allow changing queue length through netlinkEric Leblond1-0/+8
2006-12-02[NETFILTER]: ctnetlink: rework conntrack fields dumping logic on eventsPablo Neira Ayuso2-44/+54
2006-12-02[NETFILTER]: ctnetlink: check for status attribute existence on conntrack cre...Pablo Neira Ayuso2-6/+10
2006-12-02[NETFILTER]: sip conntrack: better NAT handlingPatrick McHardy2-69/+131
2006-12-02[NETFILTER]: sip conntrack: make header shortcuts optionalPatrick McHardy1-3/+2
2006-12-02[NETFILTER]: sip conntrack: do case insensitive SIP header searchPatrick McHardy2-7/+20
2006-12-02[NETFILTER]: sip conntrack: minor cleanupPatrick McHardy2-45/+45
2006-12-02[NETFILTER]: ip_conntrack: fix NAT helper unload racesPatrick McHardy15-169/+216
2006-12-02[NETFILTER]: conntrack: add '_get' to {ip, nf}_conntrack_expect_findYasuyuki Kozakai8-11/+11
2006-12-02[NETFILTER]: nf_conntrack: /proc compatibility with old connection trackingPatrick McHardy5-1/+431
2006-12-02[NETFILTER]: nf_conntrack: sysctl compatibility with old connection trackingPatrick McHardy9-0/+327
2006-12-02[NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modulesPatrick McHardy11-327/+293
2006-12-02[NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocolsPatrick McHardy3-0/+237
2006-12-02[NETFILTER]: nf_conntrack: move extern declaration to header filesPatrick McHardy6-37/+0
2006-12-02[NETFILTER]: nf_conntrack_ftp: fix missing helper mask initilizationPatrick McHardy1-0/+1
2006-12-02[NETFILTER]: nf_conntrack: reduce timer updates in __nf_ct_refresh_acct()Martin Josefsson1-3/+8
2006-12-02[NETFILTER]: nf_conntrack: remove unused struct list_head from protocolsMartin Josefsson1-1/+0
2006-12-02[NETFILTER]: nf_conntrack: minor __nf_ct_refresh_acct() whitespace cleanupMartin Josefsson1-3/+4
2006-12-02[NETFILTER]: nf_conntrack: remove ASSERT_{READ,WRITE}_LOCKMartin Josefsson2-11/+0
2006-12-02[NETFILTER]: nf_conntrack: more sanity checks in protocol registration/unregi...Martin Josefsson2-7/+50
2006-12-02[NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson16-175/+175
2006-12-02[NETFILTER]: More __read_mostly annotationsMartin Josefsson3-5/+5
2006-12-02[NETFILTER]: nf_conntrack: split out protocol handlingMartin Josefsson4-198/+226
2006-12-02[NETFILTER]: nf_conntrack: split out the event cacheMartin Josefsson9-69/+103
2006-12-02[NETFILTER]: nf_conntrack: split out helper handlingMartin Josefsson3-120/+153