aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l/isdn_net.c
Commit message (Expand)AuthorAgeFilesLines
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-08-151-0/+3
* isdn: i4l: isdn_net: Fix set-but-unused variables.David S. Miller2011-04-171-2/+0
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* drivers/isdn/i4l: Remove unnecessary casts of netdev_privJoe Perches2010-11-171-10/+10
* isdn: fix strlen() usageDan Carpenter2010-07-121-3/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* isdn: convert to netdev_tx_tStephen Hemminger2009-09-011-2/+3
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-6/+6
* net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy2009-06-171-1/+1
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-3/+3
* i4l: minor cleanupsPaul Bolle2009-01-141-5/+0
* i4l: do not print a warning when shutting down an i4l ppp interfacePaul Bolle2009-01-141-1/+3
* I4l: convert to net_device_opsStephen Hemminger2009-01-071-24/+45
* isdn: Kill directly reference of netdev->privWang Chen2008-12-031-40/+43
* isdn: isdn_net.c annotate struct ip_ports and trivial sparse fixesHarvey Harrison2008-11-201-7/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-2/+2
|\
| * isdn: remove extra byteswap in isdn_net_ciscohdlck_slarp_send_replyHarvey Harrison2008-11-161-2/+4
* | isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlinesHarvey Harrison2008-11-131-45/+46
* | net: easy removals of HIPQUAD using %pI4 formatHarvey Harrison2008-10-291-20/+14
|/
* pkt_sched: Add qdisc_reset_all_tx().David S. Miller2008-07-081-1/+1
* netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2008-07-081-1/+1
* [ISDN]: Do not validate ISDN net device address prior to interface-upPaul Bolle2008-04-131-0/+1
* isdn: avoid copying overly-long stringsKarsten Keil2007-11-261-4/+4
* [ISDN]: Fix compile with CONFIG_ISDN_X25 disabled.Denis V. Lunev2007-10-151-1/+1
* [ISDN]: Remove local copy of device name to make sure renames work.Karsten Keil2007-10-151-65/+79
* [ISDN]: Change I4L to use alloc_netdev().Karsten Keil2007-10-101-81/+88
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-69/+36
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-2/+3
* [SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-2/+2
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] isdn: replace kmalloc+memset with kzallocBurman Yan2006-12-081-4/+2
* WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+3
* [IPV4]: annotate struct in_ifaddrAl Viro2006-09-281-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NET]: Remove explicit initializations of skb->input_devDavid S. Miller2005-08-291-1/+0
* [PATCH] drivers/isdn/i4l/: possible cleanupsAdrian Bunk2005-06-251-5/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+3222