summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * xfrm: Add xfrm_tunnel_skb_cb to the skb common bufferSteffen Klassert2014-02-253-12/+50
| * ipcomp4: Use the IPsec protocol multiplexer APISteffen Klassert2014-02-251-9/+17
| * ah4: Use the IPsec protocol multiplexer APISteffen Klassert2014-02-251-9/+16
| * esp4: Use the IPsec protocol multiplexer APISteffen Klassert2014-02-251-9/+17
| * xfrm4: Add IPsec protocol multiplexerSteffen Klassert2014-02-255-17/+310
* | Merge branch 'kdoc'David S. Miller2014-02-272-54/+163
|\ \
| * | net: move net_device priv_flags out from UAPILuis R. Rodriguez2014-02-272-83/+83
| * | net: kdoc struct net_device flags and priv_flagsLuis R. Rodriguez2014-02-271-52/+161
|/ /
* | atm: nicstar: remove interruptible_sleep_on_timeoutArnd Bergmann2014-02-271-8/+8
* | tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-2617-169/+174
* | net: add skb_mstamp infrastructureEric Dumazet2014-02-261-2/+57
* | phy: micrel: add of configuration for LED modeBen Dooks2014-02-262-4/+63
* | isdn: fix multiple sleep_on racesArnd Bergmann2014-02-261-5/+8
* | isdn: divert, hysdn: fix interruptible_sleep_on raceArnd Bergmann2014-02-262-6/+8
* | isdn: hisax/elsa: fix sleep_on race in elsa FSMArnd Bergmann2014-02-262-4/+8
* | isdn: pcbit: fix interruptible_sleep_on raceArnd Bergmann2014-02-261-3/+3
* | atm: firestream: fix interruptible_sleep_on raceArnd Bergmann2014-02-261-2/+2
* | Merge branch 'intel-next'David S. Miller2014-02-2624-170/+80
|\ \
| * | igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny2014-02-2621-64/+43
| * | igb: make local functions static and remove dead codeJeff Kirsher2014-02-268-98/+17
| * | ixgbe: Add WoL support for a new deviceMark Rustad2014-02-262-0/+2
| * | ixgbe: don't use magic size number to assign ptp_caps.nameJacob Keller2014-02-261-2/+6
| * | ixgbe: modify behavior on receiving a HW ECC error.Don Skidmore2014-02-261-6/+12
|/ /
* | ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa2014-02-264-6/+18
* | ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa2014-02-264-8/+16
* | ipv4: use ip_skb_dst_mtu to determine mtu in ip_fragmentHannes Frederic Sowa2014-02-261-2/+1
* | neigh: probe application via netlink in NUD_PROBETimo Teräs2014-02-261-4/+4
* | ieee802154: fix new function declarationJean Sacren2014-02-261-1/+1
* | ipv6: log src and dst along with "udp checksum is 0"Bjørn Mork2014-02-261-1/+3
* | vxlan: remove unused port variable in vxlan_udp_encap_recv()Pablo Neira Ayuso2014-02-261-3/+0
* | Merge branch 'mlx4'David S. Miller2014-02-263-1/+7
|\ \
| * | net/mlx4_en: Fix bad use of dev_idAmir Vadai2014-02-261-1/+0
| * | net/mlx4_en: Expose port number through sysfsAmir Vadai2014-02-261-0/+1
| * | net: Add sysfs file for port numberAmir Vadai2014-02-262-0/+6
|/ /
* | Merge branch 'bnx2x'David S. Miller2014-02-262-4/+10
|\ \
| * | bnx2x: save RAM in kdump kernel by disabling TPAMichal Schmidt2014-02-261-0/+2
| * | bnx2x: save RAM in kdump kernel by using a single queueMichal Schmidt2014-02-261-0/+5
| * | bnx2x: clamp num_queues to prevent passing a negative valueMichal Schmidt2014-02-261-4/+3
|/ /
* | net: tcp: add mib counters to track zero window transitionsFlorian Westphal2014-02-263-1/+17
* | net: order MPLS ethertypes numericallyNeil Jerram2014-02-261-2/+2
* | bnx2x: Remove hidden flow control goto from BNX2X_ALLOC macrosJoe Perches2014-02-254-89/+138
|/
* net: bcmgenet: remove unused bh_lock memberFlorian Fainelli2014-02-251-1/+0
* net: bcmgenet: remove commented code in bcmgenet_xmit()Florian Fainelli2014-02-251-4/+0
* net: bcmgenet: drop checks on priv->phydevFlorian Fainelli2014-02-251-11/+6
* Merge branch 'gianfar'David S. Miller2014-02-253-398/+324
|\
| * gianfar: Fix Tx int miss, dont write IC on-the-flyClaudiu Manoil2014-02-252-88/+77
| * gianfar: Fix device reset races (oops) for TxClaudiu Manoil2014-02-253-84/+76
| * gianfar: Don't free/request irqs on device resetClaudiu Manoil2014-02-251-32/+45
| * gianfar: Fix on-the-fly vlan and mtu updatesClaudiu Manoil2014-02-253-127/+51
| * gianfar: Implement MAC reset and reconfig procedureClaudiu Manoil2014-02-251-82/+90
|/