summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-18netfilter: conntrack: simplify the code by using nf_conntrack_get_htLiping Zhang3-39/+30
2016-08-13netfilter: remove ip_conntrack* sysctl compat codePablo Neira Ayuso13-1009/+7
2016-08-12netfilter: nf_tables: add hash expressionLaura Garcia Liebana4-0/+163
2016-08-12netfilter: nf_tables: rename set implementationsPablo Neira Ayuso4-4/+4
2016-08-12ipvs: use nf_ct_kill helperFlorian Westphal1-5/+2
2016-08-12netfilter: use_nf_conn_expires helper in more placesFlorian Westphal4-11/+4
2016-08-12netfilter: nf_dup4: remove redundant checksum recalculationLiping Zhang1-6/+4
2016-08-12netfilter: physdev: add missed blankHangbin Liu1-2/+2
2016-08-12netfilter: conntrack: Only need first 4 bytes to get l4proto portsGao Feng5-8/+10
2016-08-11net: ethernet: renesas: sh_eth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-9/+9
2016-08-11net: ethernet: renesas: sh_eth: use phydev from struct net_devicePhilippe Reynes2-18/+12
2016-08-11samples/bpf: fix bpf_perf_event_output prototypeAdam Barth1-1/+3
2016-08-11net: macb: Add 64 bit addressing support for GEMHarini Katakam2-11/+61
2016-08-11qed*: Add support for ethtool link_ksettings callbacks.Sudarsana Reddy Kalluru5-84/+180
2016-08-11Merge branch 'cpsw-refactor'David S. Miller1-434/+413
2016-08-11net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_commonIvan Khoronzhuk1-129/+106
2016-08-11net: ethernet: ti: cpsw: move napi struct to cpsw_commonIvan Khoronzhuk1-30/+22
2016-08-11net: ethernet: ti: cpsw: move platform data and slaves info to cpsw_commonIvan Khoronzhuk1-128/+137
2016-08-11net; ethernet: ti: cpsw: move irq stuff under cpsw_commonIvan Khoronzhuk1-36/+29
2016-08-11net: ethernet: ti: cpsw: move cpdma resources to cpsw_commonIvan Khoronzhuk1-49/+48
2016-08-11net: ethernet: ti: cpsw: move links on h/w registers to cpsw_commonIvan Khoronzhuk1-44/+53
2016-08-11net: ethernet: ti: cpsw: replace pdev on devIvan Khoronzhuk1-31/+34
2016-08-11net: ethernet: ti: cpsw: create common struct to hold shared driver dataIvan Khoronzhuk1-23/+39
2016-08-11net: ethernet: ti: cpsw: don't check slave num in runtimeIvan Khoronzhuk1-7/+4
2016-08-11net: ethernet: ti: cpsw: remove clk var from privIvan Khoronzhuk1-6/+4
2016-08-11net: ethernet: ti: cpsw: remove priv from cpsw_get_slave_port() parameters listIvan Khoronzhuk1-5/+5
2016-08-11net: ethernet: ti: cpsw: remove intr dbg msg from poll handlersIvan Khoronzhuk1-6/+0
2016-08-11net: ethernet: ti: cpsw: simplify submit routineIvan Khoronzhuk1-13/+5
2016-08-11rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng5-71/+135
2016-08-11Merge branch 'qdisc-hashtable'David S. Miller13-46/+58
2016-08-11net: sched: convert qdisc linked list to hashtableJiri Kosina8-18/+30
2016-08-11net: resolve symbol conflicts with generic hashtable.hJiri Kosina5-28/+28
2016-08-11ravb: use proper names for suspend/resume functionsNiklas Söderlund1-3/+3
2016-08-11net: ipconfig: fix use after freeUwe Kleine-König1-8/+9
2016-08-10ravb: add sleep PM suspend/resume supportNiklas Söderlund1-8/+64
2016-08-10net: dsa: b53: constify b53_io_ops structuresJulia Lawall6-6/+8
2016-08-10net: Remove fib_local variableDavid Ahern2-8/+0
2016-08-10ppp: build ifname using unit identifier for rtnl based devicesGuillaume Nault1-0/+9
2016-08-09RDS: add __printf format attribute to error reporting functionsNicolas Iooss2-0/+2
2016-08-09Microsemi VSC 8531/41 PHY DriverRaju Lakkaraju3-0/+167
2016-08-09net/fsl: use of_property_read_boolJulia Lawall1-5/+2
2016-08-09hv_netvsc: Add handler for physical link speed changeHaiyang Zhang3-7/+25
2016-08-09hv_netvsc: Add query for initial physical link speedHaiyang Zhang2-2/+26
2016-08-09net: ethernet: ti: cpdma: remove used_desc counterGrygorii Strashko1-11/+7
2016-08-09net/sched/sch_hfsc.c: remove unused cl_myfadjMichal Soltys1-5/+2
2016-08-09net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bugMichal Soltys1-32/+12
2016-08-09qed: Use DEFINE_SPINLOCK() for spinlockWei Yongjun1-7/+1
2016-08-09net/multicast: should not send source list records when have filter mode changeHangbin Liu2-0/+20
2016-08-09net: ethernet: marvell: mvneta: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+13
2016-08-09net: ethernet: marvell: mvneta: use phydev from struct net_devicePhilippe Reynes1-18/+16