summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | openvswitch: allow output of MPLS packets on tunnel vportsSimon Horman2016-03-181-3/+0
| * | netdev: Move octeon/octeon_mgmt driver to cavium directory.David Daney2016-03-187-16/+12
| * | ovs: internal_set_rx_headroom() can be staticWu Fengguang2016-03-181-1/+1
| * | net: dst_cache_per_cpu_dst_set() can be staticWu Fengguang2016-03-181-4/+4
| * | qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interfaceSchemmel Hans-Christoph2016-03-171-0/+3
| * | tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet2016-03-172-4/+0
| * | vlan: propagate gso_max_segsEric Dumazet2016-03-174-0/+6
| * | Merge branch 'thunderx-mdio-fixes'David S. Miller2016-03-163-7/+25
| |\ \
| | * | net: thunderx: Don't leak phy device references on -EPROBE_DEFER condition.David Daney2016-03-161-6/+20
| | * | net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.David Daney2016-03-161-1/+1
| | * | phy: mdio-cavium: Add missing MODULE_* annotations.David Daney2016-03-161-0/+4
| |/ /
| * | ppp: ensure file->private_data can't be overriddenGuillaume Nault2016-03-161-14/+17
| * | Merge branch 'arc_emac-next'David S. Miller2016-03-1611-62/+201
| |\ \
| | * | ARM: dts: rockchip: add to support emac for rk3036 SoCsXing Zheng2016-03-163-0/+67
| | * | clk: rockchip: associate SCLK_MAC_PLL and disable reparenting on rk3036Heiko Stuebner2016-03-161-1/+1
| | * | clk: rockchip: add clock-id for rk3036 emac pll source clockXing Zheng2016-03-161-0/+1
| | * | clk: rockchip: associate the rk3036 HCLK_EMAC clock-idXing Zheng2016-03-161-1/+1
| | * | clk: rockchip: add node-id for rk3036 emac hclkXing Zheng2016-03-161-0/+1
| | * | net: arc: trivial: cleanup the emac driverCaesar Wang2016-03-164-57/+75
| | * | net: arc_emac: support the phy reset for emac driverCaesar Wang2016-03-162-0/+43
| | * | net: arc_emac: add phy reset is optional for device treeCaesar Wang2016-03-161-0/+7
| | * | net: arc_emac: make the rockchip emac document more compatibleCaesar Wang2016-03-161-3/+5
| |/ /
| * | ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwordsBen Hutchings2016-03-161-1/+1
| * | sh_eth: do not call netif_start_queue() from sh_eth_dev_init()Sergei Shtylyov2016-03-161-2/+4
| * | bnx2x: don't wait for Tx completion on recoveryYuval Mintz2016-03-161-2/+6
| * | sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variantNicholas Mc Guire2016-03-161-4/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-1418-134/+795
| |\ \
| | * | netfilter: nf_conntrack: consolidate lock/unlock into unlock_waitNicholas Mc Guire2016-03-151-4/+2
| | * | openvswitch: Interface with NAT.Jarno Rajahalme2016-03-144-28/+551
| | * | openvswitch: Delay conntrack helper call for new connections.Jarno Rajahalme2016-03-141-5/+16
| | * | openvswitch: Handle NF_REPEAT in conntrack action.Jarno Rajahalme2016-03-141-2/+8
| | * | openvswitch: Find existing conntrack entry after upcall.Jarno Rajahalme2016-03-141-13/+90
| | * | openvswitch: Update the CT state key only after nf_conntrack_in().Jarno Rajahalme2016-03-141-3/+4
| | * | openvswitch: Add commentary to conntrack.cJarno Rajahalme2016-03-141-1/+20
| | * | netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme2016-03-142-44/+16
| | * | netfilter: Remove IP_CT_NEW_REPLY definition.Jarno Rajahalme2016-03-142-5/+9
| | * | netfilter: x_tables: check for size overflowFlorian Westphal2016-03-121-0/+3
| | * | netfilter: nft_compat: check match/targetinfo attr sizeFlorian Westphal2016-03-111-0/+6
| | * | Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2016-03-114-12/+52
| | |\ \
| | | * | ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni2016-03-071-1/+1
| | | * | ipvs: allow rescheduling after RSTJulian Anastasov2016-03-071-0/+1
| | | * | ipvs: drop first packet to redirect conntrackJulian Anastasov2016-03-072-9/+45
| | | * | ipvs: handle ip_vs_fill_iph_skb_off failureArnd Bergmann2016-03-071-2/+2
| | | * | netfilter: nfnetlink_acct: validate NFACCT_FILTER parametersPhil Turnbull2016-02-291-0/+3
| | * | | Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2016-03-104-31/+32
| | |\ \ \
| | | * | | netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2016-03-082-1/+4
| | | * | | netfilter: ipset: Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik2016-02-242-30/+28
| * | | | | net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet2016-03-141-0/+1
| * | | | | smc91x: avoid self-comparison warningArnd Bergmann2016-03-141-1/+1
| * | | | | Merge branch 'dsa-finers-bridging-control'David S. Miller2016-03-148-65/+56
| |\ \ \ \ \
OpenPOWER on IntegriCloud