summaryrefslogtreecommitdiff
path: root/net/rose
Commit message (Expand)AuthorAge
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-13
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause2013-04-07
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-18
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-20
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-20
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-02
|\
| * rose_dev: fix memcpy-bug in rose_set_mac_addressdanborkmann@iogearbox.net2012-04-01
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-28
|/
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* rose: Delete commented out references to ancient firewalling code.David S. Miller2011-07-07
* NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG callsRalf Baechle2011-04-14
* Fix common misspellingsLucas De Marchi2011-03-31
* rose: Add length checks to CALL_REQUEST parsingBen Hutchings2011-03-27
* ROSE: prevent heap corruption with bad facilitiesDan Rosenberg2011-03-27
* ROSE: AX25: finding routes simplificationBernard Pidoux2011-02-14
* ROSE: rose AX25 packet routing improvementBernard Pidoux2011-02-14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-27
|\
| * rose: Fix signedness issues wrt. digi count.David S. Miller2010-09-20
* | net: return operator cleanupEric Dumazet2010-09-23
|/
* net/rose: Use GFP_ATOMICJulia Lawall2010-08-01
* net: sk_sleep() helperEric Dumazet2010-04-20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net: rose: use seq_hlist_foo() helpersLi Zefan2010-02-10
* ax25: netrom: rose: Fix timer oopsesJarek Poplawski2010-01-16
* rose_loopback_timer sets VC number <= ROSE_DEFAULT_MAXVCBernard Pidoux F6BVP2010-01-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-08
|\
| * net: Move && and || to end of previous lineJoe Perches2009-11-29
| * net: use net_eq to compare netsOctavian Purdila2009-11-25
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-06
| |\
| * | net: pass kern to net_proto_family create functionEric Paris2009-11-05
| * | net: Introduce for_each_netdev_rcu() iteratorEric Dumazet2009-11-04
| * | net: mark net_proto_ops as constStephen Hemminger2009-10-07
* | | Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-17
|\ \ \ | | |/ | |/|
| * | rose: device refcount leakEric Dumazet2009-11-05
| |/
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-12
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-30
* net: constify remaining proto_opsAlexey Dobriyan2009-09-14
* convert hamradio drivers to netdev_txreturnt_tStephen Hemminger2009-09-01
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-12
|\
| * rose: Fix rose_getname() leakEric Dumazet2009-08-06
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-30
|\ \ | |/
| * NET: ROSE: Don't use static buffer.Ralf Baechle2009-07-26
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
|/
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-18
* net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet2009-06-17
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-13