summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/isdnloop (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-26mISDN: Rework of LED status display for HFC-4S/8S/E1 cards.Andreas Eversberg2-71/+95
2012-04-26mISDN: Using FLG_ACTIVE flag to determine if layer 1 is active or not.Andreas Eversberg1-15/+10
2012-04-26mISDN: Fixed false interruption of audio during bridging change.Andreas Eversberg1-8/+16
2012-04-26atl1c: refine start/enable code for MAC moduleHuang, Xiong1-63/+30
2012-04-26atl1c: add function atl1c_power_savingHuang, Xiong3-126/+108
2012-04-26atl1c: remove PHY reset/init for link down eventHuang, Xiong1-2/+0
2012-04-26atl1c: update PHY reset related routineHuang, Xiong3-200/+346
2012-04-26atl1c: remove PHY polling from atl1c_openHuang, Xiong1-7/+0
2012-04-26atl1c: refine SERDES-clock related codeHuang, Xiong3-27/+49
2012-04-26atl1c: remove PHY contrl in atl1c_reset_pcieHuang, Xiong1-9/+2
2012-04-26atl1c: refine phy-register read/write functionHuang, Xiong3-61/+197
2012-04-26atl1c: remove REG_PHY_STATUSHuang, Xiong2-9/+0
2012-04-26be2net: Fix FW download for BEPadmanabh Ratnakar3-78/+166
2012-04-26be2net: Fix wrong status getting returned for MCC commandsPadmanabh Ratnakar3-27/+67
2012-04-26be2net: Fix Lancer statisticsPadmanabh Ratnakar2-1/+6
2012-04-26be2net: Fix traffic stall INTx modePadmanabh Ratnakar1-1/+3
2012-04-26be2net: Fix ethtool self test for LancerPadmanabh Ratnakar1-1/+1
2012-04-26be2net: Fix FW download in LancerPadmanabh Ratnakar1-5/+3
2012-04-26be2net: Fix VLAN/multicast packet receptionPadmanabh Ratnakar1-14/+30
2012-04-26mISDN: DSP scheduling fix (version 2)Karsten Keil2-2/+4
2012-04-26mISDN: Fix division by zeroKarsten Keil1-5/+14
2012-04-26mISDN: Fixed hardware bridging/conference check routine of mISDN_dsp.ko.Andreas Eversberg1-5/+10
2012-04-26mISDN: Fix NULL pointer bug in if-condition of mISDN_dspAndreas Eversberg1-1/+1
2012-04-26net: sock_diag_handler structs can be constShan Wei4-11/+11
2012-04-26ipv6: call consume_skb() in frag/reassemblyEric Dumazet2-3/+3
2012-04-26net: dcb: add CEE notify callsJohn Fastabend1-0/+2
2012-04-24tipc: remove inline instances from C source files.Paul Gortmaker2-3/+3
2012-04-24af_netlink: drop_monitor/dropwatch friendlyEric Dumazet1-2/+10
2012-04-24af_netlink: cleanupsEric Dumazet1-30/+31
2012-04-24net: skb_can_coalesce returns a booleanEric Dumazet2-4/+5
2012-04-24tcp: tcp_try_coalesce returns a booleanEric Dumazet1-9/+9
2012-04-24net: make spd_fill_page() linear argument a boolEric Dumazet1-4/+4
2012-04-24net: Use bool and remove inline in skb_splice_bits() code.David S. Miller1-29/+29
2012-04-24net: speedup skb_splice_bits()Eric Dumazet1-11/+19
2012-04-24tcp: introduce tcp_try_coalesceEric Dumazet1-17/+62
2012-04-24bnx2x: Update driver version to 1.72.50-0Barak Witkowski1-2/+2
2012-04-24bnx2x: remove gro workaroundDmitry Kravkov4-25/+0
2012-04-24bnx2x: add afex supportBarak Witkowski14-57/+1081
2012-04-24mlx4_en: Byte Queue Limit supportYevgeny Petrilin3-4/+17
2012-04-24mlx4_en: Moving to Interrupts for TX completionsYevgeny Petrilin4-74/+9
2012-04-24mlx4_en: Added Ethtool support for TX Interrupt coalescingYevgeny Petrilin2-4/+21
2012-04-24tcp: sk_add_backlog() is too agressive for TCPEric Dumazet2-2/+4
2012-04-24net: add a limit parameter to sk_add_backlog()Eric Dumazet10-19/+21
2012-04-24net ax25: Fix the build when sysctl support is disabled.Eric W. Biederman1-2/+2
2012-04-24mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins1-1/+1
2012-04-24md: fix possible corruption of array metadata on shutdown.NeilBrown1-1/+2
2012-04-24md: don't call ->add_disk unless there is good reason.NeilBrown1-2/+2
2012-04-24DM RAID: Use safe version of rdev_for_eachJonathan Brassow1-2/+2
2012-04-24net sysctl: Add place holder functions for when sysctl support is compiled ou...Eric W. Biederman1-3/+12
2012-04-23be2net: fix ethtool get settingsAjit Khaparde5-102/+239