aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-03net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann2-45/+20
2013-11-03net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann3-13/+37
2013-11-03lib: crc32: add test cases for crc32{, c}_combine routinesDaniel Borkmann1-0/+72
2013-11-03lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann2-0/+121
2013-11-03lib: crc32: clean up spacing in test casesDaniel Borkmann1-200/+100
2013-11-02bonding: bond_get_size() returns wrong sizeDan Carpenter1-2/+2
2013-11-02net: cdc_ncm: no not set tx_max higher than the device supportsBjørn Mork1-2/+1
2013-11-02net: cdc_ncm: improve bind error debug messagesBjørn Mork1-10/+26
2013-11-02net: cdc_ncm: return proper error if setup failsBjørn Mork1-2/+2
2013-11-02net: cdc_ncm: refactoring cdc_ncm_setupBjørn Mork1-64/+44
2013-11-02net: cdc_ncm: drop "extern" from header declarationsBjørn Mork1-6/+6
2013-11-02net: cdc_ncm: endian convert constants instead of variablesBjørn Mork1-2/+2
2013-11-02net: cdc_ncm: log signatures in hexBjørn Mork1-4/+6
2013-11-02net: cdc_ncm: use netif_* and dev_* instead of pr_*Bjørn Mork1-50/+48
2013-11-02net: cdc_ncm: log the length we warn aboutBjørn Mork1-1/+1
2013-11-02net: cdc_ncm: set correct dev->hard_mtuBjørn Mork1-7/+2
2013-11-02net: cdc_ncm: remove ethtool opsBjørn Mork1-26/+0
2013-11-02net: cdc_ncm: remove probe and disconnect wrappersBjørn Mork1-18/+2
2013-11-02net: cdc_ncm: no point in filling up the NTBs if we send ZLPsBjørn Mork1-1/+5
2013-11-02net: cdc_ncm: only the control intf can be probedBjørn Mork1-6/+8
2013-11-02net: cdc_ncm: remove descriptor pointersBjørn Mork2-9/+7
2013-11-02net: cdc_ncm: fix SET_MAX_DATAGRAM_SIZEBjørn Mork1-0/+1
2013-11-02net: cdc_ncm: remove ncm_parm fieldBjørn Mork2-24/+23
2013-11-02net: cdc_ncm: remove tx_speed and rx_speed fieldsBjørn Mork2-25/+14
2013-11-02net: cdc_ncm: remove unused udev fieldBjørn Mork2-3/+0
2013-11-02net: cdc_ncm: remove redundant netdev fieldBjørn Mork3-39/+39
2013-11-02net: cdc_ncm: remove redundant endpoint pointersBjørn Mork2-22/+19
2013-11-02net: cdc_ncm: remove redundant "intf" fieldBjørn Mork2-4/+1
2013-11-02net: cdc_ncm: add include protection to cdc_ncm.hBjørn Mork1-0/+5
2013-11-02net: cdc_ncm: simplify and optimize frame paddingBjørn Mork1-12/+19
2013-11-02net: cdc_mbim: change the default to send ZLPsBjørn Mork1-11/+17
2013-11-02net: cdc_mbim: handle IPv6 Neigbor SolicitationsBjørn Mork1-0/+58
2013-11-02smsc9420: replace printk with netdev_ callsBen Boeckel1-13/+13
2013-11-02smc91c92_cs: replace printk with netdev_ callsBen Boeckel1-22/+21
2013-11-02smc9194: replace printk with netdev_ callsBen Boeckel1-27/+25
2013-11-02smsc911x: replace printk with netdev_ callsBen Boeckel1-1/+1
2013-11-02smc911x: replace printk with netdev_ callsBen Boeckel2-167/+166
2013-11-02smc91x: replace printk with netdev_ callsBen Boeckel2-123/+118
2013-11-02epic100: replace printk with netdev_ callsBen Boeckel1-67/+58
2013-11-01ixgbe: fix inconsistent clearing of the multicast tableEmil Tantilov1-8/+7
2013-11-01ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore2-8/+12
2013-11-01ixgbe: Reduce memory consumption with larger page sizesAnton Blanchard1-0/+4
2013-11-01igb: Don't let ethtool try to write to iNVM in i210/i211Fujinaka, Todd1-1/+3
2013-11-01ixgbevf: remove redundant workaroundEmil Tantilov1-9/+0
2013-11-01e1000: fix wrong queue idx calculationHong Zhiguo1-2/+1
2013-10-31sfc: Fix DMA unmapping issue with firmware assisted TSOAlexandre Rames2-2/+8
2013-10-306lowpan: cleanup skb copy dataAlexander Aring1-5/+8
2013-10-306lowpan: set 6lowpan network and transport headerAlexander Aring1-0/+2
2013-10-306lowpan: set and use mac_len for mac header lengthAlexander Aring2-12/+3
2013-10-306lowpan: remove unnecessary set of headersAlexander Aring1-4/+0