summaryrefslogtreecommitdiffstats
path: root/call/crc.h
stat options
Period:
Authors:

Commits per author per week (path 'call/crc.h')

AuthorW17 2024W18 2024W19 2024W20 2024Total
Total00000
25.git/commit/net/rose?h=v3.7-rc4&id=ec8f23ce0f4005b74013d4d122e0d540397a93c9'>net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-7/+1 * net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-201-2/+2 * net: cleanup unsigned to unsigned intEric Dumazet2012-04-152-2/+2 * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-021-2/+2 |\ | * rose_dev: fix memcpy-bug in rose_set_mac_addressdanborkmann@iogearbox.net2012-04-011-2/+2 * | Remove all #inclusions of asm/system.hDavid Howells2012-03-288-8/+0 |/ * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1 * rose: Delete commented out references to ancient firewalling code.David S. Miller2011-07-072-12/+0 * NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG callsRalf Baechle2011-04-141-14/+2 * Fix common misspellingsLucas De Marchi2011-03-311-1/+1 * rose: Add length checks to CALL_REQUEST parsingBen Hutchings2011-03-274-46/+86 * ROSE: prevent heap corruption with bad facilitiesDan Rosenberg2011-03-271-2/+16 * ROSE: AX25: finding routes simplificationBernard Pidoux2011-02-141-7/+0 * ROSE: rose AX25 packet routing improvementBernard Pidoux2011-02-141-12/+16 * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-2/+2 |\ | * rose: Fix signedness issues wrt. digi count.David S. Miller2010-09-201-2/+2 * | net: return operator cleanupEric Dumazet2010-09-231-2/+2 |/ * net/rose: Use GFP_ATOMICJulia Lawall2010-08-011-1/+3 * net: sk_sleep() helperEric Dumazet2010-04-201-4/+4 * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-307-0/+7 * net: rose: use seq_hlist_foo() helpersLi Zefan2010-02-101-19/+3 * ax25: netrom: rose: Fix timer oopsesJarek Poplawski2010-01-162-0/+13 * rose_loopback_timer sets VC number <= ROSE_DEFAULT_MAXVCBernard Pidoux F6BVP2010-01-031-1/+1 * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-082-16/+19 |\ | * net: Move && and || to end of previous lineJoe Perches2009-11-291-4/+6 | * net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1 | * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-10/+6 | |\ | * | net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2 | * | net: Introduce for_each_netdev_rcu() iteratorEric Dumazet2009-11-041-9/+9 | * | net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1 * | | Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-171-10/+6 |\ \ \ | | |/ | |/| | * | rose: device refcount leakEric Dumazet2009-11-051-10/+6 | |/ * / sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-23/+3 |/ * net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1 * net: constify remaining proto_opsAlexey Dobriyan2009-09-141-2/+2 * convert hamradio drivers to netdev_txreturnt_tStephen Hemminger2009-09-011-1/+1 * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-0/+1 |\ | * rose: Fix rose_getname() leakEric Dumazet2009-08-061-0/+1 * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-302-21/+20 |\| | * NET: ROSE: Don't use static buffer.Ralf Baechle2009-07-262-21/+20 * | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1 |/ * net: correct off-by-one write allocations reportsEric Dumazet2009-06-181-3/+4 * net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet2009-06-171-2/+1 * net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1 * Revert "rose: zero length frame filtering in af_rose.c"David S. Miller2009-04-141-10/+0 * af_rose/x25: Sanity check the maximum user frame sizeAlan Cox2009-03-271-0/+4 * rose: convert to network_device_opsStephen Hemminger2009-01-211-4/+8 * rose: convert to internal net_device_statsStephen Hemminger2009-01-212-10/+3 * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-28