summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l/isdn_net.c
Commit message (Expand)AuthorAgeFilesLines
* isdn: remove isdn4linuxArnd Bergmann2019-05-311-3198/+0Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-5/+4Star
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-221-3/+3
* isdn/i4l: fix buffer overflowAnnie Cherkaev2017-08-031-3/+2Star
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\
| * isdn: fix grammar in commentGeert Uytterhoeven2015-05-261-1/+1
* | net: Kill dev_rebuild_headerEric W. Biederman2015-03-021-33/+0Star
|/
* isdn: use constants instead of magicnumbersHimangi Saraogi2014-07-251-2/+2
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+2
* isdn: slight optimization of addr comparedingtianhong2013-12-261-2/+2
* isdn: Correct comparison of skb->tail and skb-transport_headerSimon Horman2013-05-291-1/+1
* net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
* isdn: whitespace coding style cleanupJoe Perches2012-02-211-749/+749
* isdn: type bug in isdn_net_header()Dan Carpenter2012-02-091-1/+1
* isdn: avoid copying too long drvidDan Carpenter2011-11-301-0/+3
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-281-0/+3
* net: Push protocol type directly down to header_ops->cache()David S. Miller2011-07-131-2/+3
* isdn: i4l: isdn_net: Fix set-but-unused variables.David S. Miller2011-04-181-2/+0Star
* 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-131-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-061-2/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-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/+0Star
* 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-081-24/+45
* isdn: Kill directly reference of netdev->privWang Chen2008-12-041-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-191-2/+2
|\
| * isdn: remove extra byteswap in isdn_net_ciscohdlck_slarp_send_replyHarvey Harrison2008-11-171-2/+4
* | isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlinesHarvey Harrison2008-11-141-45/+46
* | net: easy removals of HIPQUAD using %pI4 formatHarvey Harrison2008-10-301-20/+14Star
|/
* pkt_sched: Add qdisc_reset_all_tx().David S. Miller2008-07-091-1/+1
* netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2008-07-091-1/+1
* [ISDN]: Do not validate ISDN net device address prior to interface-upPaul Bolle2008-04-141-0/+1
* isdn: avoid copying overly-long stringsKarsten Keil2007-11-271-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-111-81/+88
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-69/+36Star
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-261-2/+3
* [SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-2/+2