summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-04net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin
2013-11-04net: extend net_device allocation to vmalloc()Eric Dumazet
2013-11-04Merge branch 'sctp_csum'David S. Miller
2013-11-04net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann
2013-11-04net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann
2013-11-04lib: crc32: add test cases for crc32{, c}_combine routinesDaniel Borkmann
2013-11-04lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann
2013-11-04lib: crc32: clean up spacing in test casesDaniel Borkmann
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-11-02bonding: bond_get_size() returns wrong sizeDan Carpenter
2013-11-02Merge branch 'cdc_ncm'David S. Miller
2013-11-02net: cdc_ncm: no not set tx_max higher than the device supportsBjørn Mork
2013-11-02net: cdc_ncm: improve bind error debug messagesBjørn Mork
2013-11-02net: cdc_ncm: return proper error if setup failsBjørn Mork
2013-11-02net: cdc_ncm: refactoring cdc_ncm_setupBjørn Mork
2013-11-02net: cdc_ncm: drop "extern" from header declarationsBjørn Mork
2013-11-02net: cdc_ncm: endian convert constants instead of variablesBjørn Mork
2013-11-02net: cdc_ncm: log signatures in hexBjørn Mork
2013-11-02net: cdc_ncm: use netif_* and dev_* instead of pr_*Bjørn Mork
2013-11-02net: cdc_ncm: log the length we warn aboutBjørn Mork
2013-11-02net: cdc_ncm: set correct dev->hard_mtuBjørn Mork
2013-11-02net: cdc_ncm: remove ethtool opsBjørn Mork
2013-11-02net: cdc_ncm: remove probe and disconnect wrappersBjørn Mork
2013-11-02net: cdc_ncm: no point in filling up the NTBs if we send ZLPsBjørn Mork
2013-11-02net: cdc_ncm: only the control intf can be probedBjørn Mork
2013-11-02net: cdc_ncm: remove descriptor pointersBjørn Mork
2013-11-02net: cdc_ncm: fix SET_MAX_DATAGRAM_SIZEBjørn Mork
2013-11-02net: cdc_ncm: remove ncm_parm fieldBjørn Mork
2013-11-02net: cdc_ncm: remove tx_speed and rx_speed fieldsBjørn Mork
2013-11-02net: cdc_ncm: remove unused udev fieldBjørn Mork
2013-11-02net: cdc_ncm: remove redundant netdev fieldBjørn Mork
2013-11-02net: cdc_ncm: remove redundant endpoint pointersBjørn Mork
2013-11-02net: cdc_ncm: remove redundant "intf" fieldBjørn Mork
2013-11-02net: cdc_ncm: add include protection to cdc_ncm.hBjørn Mork
2013-11-02net: cdc_ncm: simplify and optimize frame paddingBjørn Mork
2013-11-02net: cdc_mbim: change the default to send ZLPsBjørn Mork
2013-11-02net: cdc_mbim: handle IPv6 Neigbor SolicitationsBjørn Mork
2013-11-02smsc9420: replace printk with netdev_ callsBen Boeckel
2013-11-02smc91c92_cs: replace printk with netdev_ callsBen Boeckel
2013-11-02smc9194: replace printk with netdev_ callsBen Boeckel
2013-11-02smsc911x: replace printk with netdev_ callsBen Boeckel
2013-11-02smc911x: replace printk with netdev_ callsBen Boeckel
2013-11-02smc91x: replace printk with netdev_ callsBen Boeckel
2013-11-02epic100: replace printk with netdev_ callsBen Boeckel
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2013-11-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-11-01ixgbe: fix inconsistent clearing of the multicast tableEmil Tantilov
2013-11-01ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore
2013-11-01ixgbe: Reduce memory consumption with larger page sizesAnton Blanchard
2013-11-01igb: Don't let ethtool try to write to iNVM in i210/i211Fujinaka, Todd