summaryrefslogtreecommitdiffstats
path: root/net/irda
Commit message (Expand)AuthorAgeFilesLines
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-1/+1
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-4/+4
* net: file_operations should be constStephen Hemminger2009-09-022-8/+8
* irda: convert to netdev_tx_tStephen Hemminger2009-09-011-2/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-133-1/+3
|\
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-08-103-1/+2
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-271-0/+1
| | |\
| | * | headers: smp_lock.h reduxAlexey Dobriyan2009-07-123-1/+2
| * | | irda: Fix irda_getname() leakEric Dumazet2009-08-061-0/+1
| | |/ | |/|
* | | net: mark read-only arrays as constJan Engelhardt2009-08-057-14/+14
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-311-0/+1
|\| |
| * | net: irda: init spinlock after memcpyDeepak Saxena2009-07-271-0/+1
| |/
* | genetlink: make netns awareJohannes Berg2009-07-121-1/+1
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-2/+2
|/
* net: Move rx skb_orphan call to where neededHerbert Xu2009-06-242-3/+1Star
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-181-1/+2
* irda: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-291-16/+2Star
* irda: Use genl_register_family_with_ops()Michał Mirosław2009-05-221-15/+2Star
* net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocationsPablo Neira Ayuso2009-05-201-1/+1
* proc tty: switch ircomm to ->proc_fopsAlexey Dobriyan2009-04-011-118/+138
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-301-1/+0Star
* irlan: convert to net_device_opsStephen Hemminger2009-03-221-6/+13
* irda: net_device_ops ioctl fixStephen Hemminger2009-03-221-2/+3
* 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
* tty: Fix an ircomm warning and note another bugAlan Cox2009-01-021-2/+3
* irda: merge exit pathsIlpo Järvinen2008-12-151-9/+8Star
* net: Make staticRoel Kluin2008-12-112-8/+8
* netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-131-1/+1
* net: '&' reduxAlexey Dobriyan2008-11-041-25/+25
* net: convert print_mac to %pMJohannes Berg2008-10-281-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-213-29/+34
|\
| * netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-201-1/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-182-0/+4
| |\
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-091-2/+2
| |\ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-101-5/+7
| |\ \ \
| * | | | irda: Push BKL down into irda ioctl handlersAlan Cox2008-05-262-28/+33
* | | | | tty: Ldisc revampAlan Cox2008-07-211-7/+7
| |_|_|/ |/| | |
* | | | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-142-7/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | irda: Fix netlink error path return valueJulius Volz2008-07-081-2/+2
| | |/ | |/|
| * | irda: Sock leak on error path in irda_create.Pavel Emelyanov2008-06-041-5/+7
| |/
* / irnet_ppp: BKL pushdownArnd Bergmann2008-06-202-0/+4
|/
* net/irda/irnet/irnet_irda.c needs unaligned.hAndrew Morton2008-05-151-0/+1
* irda: Fix a misalign access issue. (v2)Graf Yang2008-05-143-7/+10
* irda: use get_unaligned_* helpersHarvey Harrison2008-05-031-3/+5
* tty: The big operations reworkAlan Cox2008-04-301-4/+2Star
* proc: switch /proc/irda/irnet to seq_file interfaceAlexey Dobriyan2008-04-292-39/+34Star
* [IRDA]: Remove irlan_eth_send_gratuitous_arp()Adrian Bunk2008-04-152-43/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-281-1/+1
|\
| * [IRDA]: Store irnet_socket termios properly.David S. Miller2008-03-261-1/+1