summaryrefslogtreecommitdiffstats
path: root/net/x25
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-24/+10
|\
| * X.25 remove bkl in pollandrew hendry2010-09-221-13/+1
| * X.25 remove bkl in getsocknameandrew hendry2010-09-221-2/+0
| * X.25 remove bkl in connectandrew hendry2010-09-141-2/+0
| * X.25 remove bkl in acceptAndrew Hendry2010-09-141-3/+5
| * X.25 remove bkl in bindandrew hendry2010-09-141-2/+2
| * X.25 remove bkl in listenandrew hendry2010-09-141-2/+2
* | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-0/+1
|/
* X25: Remove bkl in sockoptsandrew hendry2010-05-171-4/+0
* X25: Move accept approve flag to bitfieldandrew hendry2010-05-171-6/+6
* X25: Move interrupt flag to bitfieldandrew hendry2010-05-173-3/+5
* X25: Move qbit flag to bitfieldandrew hendry2010-05-171-7/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-0/+1
|\
| * X25 fix dead unaccepted socketsandrew hendry2010-04-211-0/+1
* | X25: Add if_x25.h and x25 to device identifiersAndrew Hendry2010-04-221-16/+20
* | net: sk_sleep() helperEric Dumazet2010-04-201-4/+4
|/
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-118-0/+8
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-0/+8
* | x.25 attempts to negotiate invalid throughputJohn Hughes2010-04-072-7/+28
* | x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.John Hughes2010-04-073-6/+68
|/
* net: backlog functions renameZhu Yi2010-03-051-1/+1
* x25: use limited socket backlogZhu Yi2010-03-051-1/+1
* X25: Dont let x25_bind use addresses containing charactersandrew hendry2010-02-151-1/+10
* X25: Fix x25_create errors for bad protocol and ENOBUFSandrew hendry2010-02-151-4/+9
* net: x25: use seq_list_foo() helpersLi Zefan2010-02-101-76/+8
* net: x25: use seq_hlist_foo() helpersLi Zefan2010-02-101-27/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-084-25/+104
|\
| * X25: Fix oops and refcnt problems from x25_dev_getandrew hendry2009-11-291-1/+3
| * X25: Check for errors in x25_initandrew hendry2009-11-291-3/+16
| * X25: Move SYSCTL ifdefs into headerandrew hendry2009-11-291-4/+0
| * net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1
| * X25: Enable setting of cause and diagnostic fieldsAndrew Hendry2009-11-182-0/+18
| * net/x25: push BKL usage into x25_protoArnd Bergmann2009-11-071-11/+60
| * net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
| * net: Cleanup redundant tests on unsignedroel kluin2009-10-292-2/+2
| * x25: bit and/or confusion in x25_ioctl()?roel kluin2009-10-131-1/+1
| * net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-13/+2
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-182-4/+4
* net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet2009-06-171-2/+1
* x25: Fix sleep from timer on socket destroy.David S. Miller2009-06-162-6/+19
* af_rose/x25: Sanity check the maximum user frame sizeAlan Cox2009-03-271-0/+6
* x25: '< 0' and '>= 0' test on unsignedRoel Kluin2009-03-131-6/+5
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-1/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* net: '&' reduxAlexey Dobriyan2008-11-031-11/+11
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-192-2/+2
* x25: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller2008-06-171-2/+1
OpenPOWER on IntegriCloud