summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-21net: move make_writable helper into common codeJiri Pirko3-25/+27
2014-11-21vlan: introduce __vlan_insert_tag helper which does not free skbJiri Pirko1-11/+34
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko7-44/+51
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko11-30/+36
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko4-39/+7
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko3-10/+7
2014-11-21openvswitch: actions: use skb_postpull_rcsum when possibleJiri Pirko1-7/+2
2014-11-21l2tp_eth: allow to set a specific mac addressAlexander Couzens1-0/+1
2014-11-21Merge branch 'phy_device_type'David S. Miller4-118/+184
2014-11-21net: phy: micrel: add copyright entryJohan Hovold1-0/+1
2014-11-21net: phy: micrel: refactor interrupt configJohan Hovold1-42/+29
2014-11-21dt/bindings: add clock-select function property to micrel phy bindingJohan Hovold1-0/+11
2014-11-21dt/bindings: reformat micrel eth-phy documentationJohan Hovold1-13/+13
2014-11-21net: phy: micrel: add support for clock-mode select to KSZ8081/KSZ8091Johan Hovold2-7/+8
2014-11-21net: phy: micrel: add generic clock-mode-select supportJohan Hovold2-44/+50
2014-11-21net: phy: micrel: add has-broadcast-disable flag to type dataJohan Hovold1-8/+6
2014-11-21net: phy: micrel: parse of nodes at probeJohan Hovold1-18/+21
2014-11-21net: phy: micrel: add device-type abstractionJohan Hovold1-13/+70
2014-11-21net: phy: add static data field to struct phy_driverJohan Hovold1-0/+2
2014-11-21sky2: use new netdev_rss_key_fill() helperIan Morris1-9/+4
2014-11-21enic: support skb->xmit_moreGovindarajulu Varadarajan2-11/+17
2014-11-21mISDN: Deletion of unnecessary checks before the function call "vfree"Markus Elfring1-4/+2
2014-11-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller8-211/+114
2014-11-21i40e: trigger SW INT with no ITR waitShannon Nelson2-3/+12
2014-11-21i40evf: remove unnecessary elseMitch Williams1-4/+2
2014-11-21i40evf: make comparisons consistentMitch Williams1-5/+5
2014-11-21i40evf: make checkpatch happyMitch Williams4-33/+39
2014-11-21i40evf: update header commentsMitch Williams1-2/+2
2014-11-21i40e: don't overload fieldsMitch Williams7-22/+21
2014-11-21ixgbevf: add netpoll supportEmil Tantilov2-7/+24
2014-11-21ixgbevf: compare total_rx_packets and budget in ixgbevf_clean_rx_irqEmil Tantilov1-4/+3
2014-11-21ixgbevf: Change receive model to use double buffered page based receivesEmil Tantilov2-134/+334
2014-11-21ixgbevf: Update Rx next to clean in real timeEmil Tantilov2-21/+36
2014-11-21ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continueEmil Tantilov1-30/+34
2014-11-21ixgbevf: Cleanup variable usage, improve stack performanceEmil Tantilov1-9/+11
2014-11-21ixgbevf: Combine the logic for post Rx processing into single functionEmil Tantilov2-34/+38
2014-11-21ixgbevf: Test Rx status bits directly out of the descriptorEmil Tantilov2-33/+33
2014-11-21ixgbevf: Update ixgbevf_alloc_rx_buffers to handle clearing of status bitsEmil Tantilov1-52/+80
2014-11-21mwifiex: Add USB8766 supportKristian Evensen3-1/+17
2014-11-21net: brcm80211: Deletion of unnecessary checks before two function callsMarkus Elfring3-6/+3
2014-11-21Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm...John W. Linville48-384/+2951
2014-11-20Merge branch 'bonding_4ad'David S. Miller1-32/+70
2014-11-20bonding: Introduce 4 AD link speed to fix agg_bandwidthJianhua Xie1-1/+37
2014-11-20bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speedJianhua Xie1-32/+34
2014-11-20bury skb_copy_to_page()Al Viro1-23/+0
2014-11-20fold verify_iovec() into copy_msghdr_from_user()Al Viro5-112/+77
2014-11-20{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro3-89/+37
2014-11-20separate kernel- and userland-side msghdrAl Viro5-23/+36
2014-11-19ath9k_common: make sure DEBUG_FS and RELAY enabledOleksij Rempel1-0/+2
2014-11-19bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov2-6/+16