summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | netfilter: nft_ct: fix unconditional dump of 'dir' attrArturo Borrero2014-02-051-2/+13
| | * | | | | | ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek2014-02-041-4/+4
| * | | | | | | tcp: remove 1ms offset in srtt computationEric Dumazet2014-02-062-9/+11
| * | | | | | | bridge: fix netconsole setup over bridgeCong Wang2014-02-061-23/+28
| * | | | | | | net: use __GFP_NORETRY for high order allocationsEric Dumazet2014-02-061-2/+4
| * | | | | | | netpoll: fix netconsole IPv6 setupSabrina Dubroca2014-02-061-1/+3
| * | | | | | | drivers/net: fix build warning in ethernet/sfc/tx.cPaul Gortmaker2014-02-061-0/+2
| * | | | | | | hso: remove some dead codeDan Carpenter2014-02-061-21/+11
| | |/ / / / / | |/| | | | |
| * | | | | | inet: defines IPPROTO_* needed for module alias generationJan Moskyto Matejka2014-02-061-16/+7
| * | | | | | isdn/hisax: hex vs decimal typo in prfeatureind()Dan Carpenter2014-02-061-1/+1
| * | | | | | net: sctp: fix initialization of local source address on accepted ipv6 socketsMatija Glavinic Pecotic2014-02-061-0/+2
| * | | | | | r8152: fix the submission of the interrupt transferhayeswang2014-02-061-9/+8
| * | | | | | bnx2x: Allow VF rss on higher PFsYuval Mintz2014-02-061-3/+3
| * | | | | | tg3: Fix deadlock in tg3_change_mtu()Nithin Sujir2014-02-061-2/+2
| * | | | | | tg3: cleanup an error path in tg3_phy_reset_5703_4_5()Dan Carpenter2014-02-061-6/+7
| * | | | | | ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven2014-02-061-1/+2
| * | | | | | bnx2[x]: Make module parameters readableJames M Leddy2014-02-062-7/+7
| * | | | | | net: irda: ep7211-sir: Remove driverAlexander Shiyan2014-02-063-78/+0
| * | | | | | ARM: sunxi: dt: Convert to the new net compatiblesMaxime Ripard2014-02-063-6/+6
| * | | | | | net: phy: sunxi: Add new compatiblesMaxime Ripard2014-02-062-2/+6
| * | | | | | net: ethernet: sunxi: Add new compatiblesMaxime Ripard2014-02-062-2/+6
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2014-02-053-53/+60
| |\ \ \ \ \ \
| | * | | | | | openvswitch: Suppress error messages on megaflow updatesAndy Zhou2014-02-041-4/+1
| | * | | | | | openvswitch: Fix ovs_flow_free() ovs-lock assert.Pravin B Shelar2014-02-041-2/+4
| | * | | | | | openvswitch: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto2014-02-041-0/+1
| | * | | | | | openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou2014-02-043-48/+47
| | * | | | | | openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf2014-02-041-0/+8
| * | | | | | | xen-netback: Fix Rx stall due to race conditionZoltan Kiss2014-02-053-16/+7
| |/ / / / / /
| * | | | | | xen-netfront: handle backend CLOSED without CLOSINGDavid Vrabel2014-02-041-1/+4
| * | | | | | bnx2x: fix L2-GRE TCP issuesDmitry Kravkov2014-02-041-1/+1
| * | | | | | net: qmi_wwan: add Netgear Aircard 340UBjørn Mork2014-02-041-0/+1
| * | | | | | rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao2014-02-041-1/+1
| * | | | | | ptp: Allow selecting trigger/event index in testptpStefan Sørensen2014-02-041-3/+8
| * | | | | | net: ethoc: set up MII management bus clockMax Filippov2014-02-042-2/+31
| * | | | | | net: ethoc: don't advertise gigabit speed on attached PHYMax Filippov2014-02-041-0/+5
| * | | | | | net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli2014-02-041-14/+24
| * | | | | | net:phy:dp83640: Initialize PTP clocks at device init.Stefan Sørensen2014-02-041-5/+8
| * | | | | | net:phy:dp83640: Do not hardcode timestamping event edgeStefan Sørensen2014-02-041-1/+4
| * | | | | | net:phy:dp83640: Declare that TX timestamping possibleStefan Sørensen2014-02-041-0/+1
| * | | | | | net/ipv4: Use proper RCU APIs for writer-side in udp_offload.cShlomo Pongratz2014-02-041-7/+8
| * | | | | | Merge branch 'bonding_fail_over_mac'David S. Miller2014-02-041-8/+17
| |\ \ \ \ \ \
| | * | | | | | bonding: fail_over_mac should only affect AB mode in bond_set_mac_address()dingtianhong2014-02-041-1/+2
| | * | | | | | bonding: fail_over_mac should only affect AB mode at enslave and removal proc...dingtianhong2014-02-041-7/+15
| |/ / / / / /
| * | | | | | ip_tunnel: fix panic in ip_tunnel_xmit()Eric Dumazet2014-02-031-18/+11
| * | | | | | vxlan: remove extra newline after function definitionDaniel Baluta2014-02-011-1/+0
| * | | | | | Merge branch 'ethoc'David S. Miller2014-02-011-0/+101
| |\ \ \ \ \ \
| | * | | | | | net: ethoc: implement ethtool get/set ring parametersMax Filippov2014-02-011-0/+51
| | * | | | | | net: ethoc: implement ethtool get registersMax Filippov2014-02-011-0/+20
| | * | | | | | net: ethoc: implement ethtool get/set settingsMax Filippov2014-02-011-0/+24
| | * | | | | | net: ethoc: implement basic ethtool operationsMax Filippov2014-02-011-0/+6
| |/ / / / / /
OpenPOWER on IntegriCloud