summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: fix undefined behavior in rxrpc_mark_call_releasedArnd Bergmann2016-09-021-1/+1
* switchdev: Fix return value of switchdev_port_fdb_dump().Rosen, Rami2016-09-021-1/+1
* Merge branch 'bpf-perf-hw-sw-events'David S. Miller2016-09-0215-6/+737
|\
| * samples/bpf: add sampleip exampleBrendan Gregg2016-09-023-0/+238
| * samples/bpf: add perf_event+bpf exampleAlexei Starovoitov2016-09-025-1/+290
| * perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov2016-09-023-1/+96
| * bpf: perf_event progs should only use preallocated mapsAlexei Starovoitov2016-09-021-1/+21
| * bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2016-09-025-0/+86
| * bpf: support 8-byte metafield accessAlexei Starovoitov2016-09-021-3/+6
|/
* mISDN: mark symbols static where possibleBaoyou Xie2016-09-024-17/+17
* net: emac: emac gigabit ethernet controller driverTimur Tabi2016-09-0213-0/+3974
* net: dsa: remove ds_to_privVivien Didelot2016-09-025-65/+60
* Merge branch 'br-next'David S. Miller2016-09-029-26/+53
|\
| * net: bridge: add per-port multicast flood flagNikolay Aleksandrov2016-09-026-4/+16
| * net: bridge: change unicast boolean to exact pkt_typeNikolay Aleksandrov2016-09-024-22/+37
|/
* rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2016-09-029-73/+98
* rps: flow_dissector: Add the const for the parameter of flow_keys_have_l4Gao Feng2016-09-021-1/+1
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-0216-586/+565
* net: pegasus: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-021-1/+2
* bonding: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-021-1/+1
* sky2: use napi_complete_donestephen hemminger2016-09-011-1/+1
* l2tp: make nla_policy conststephen hemminger2016-09-011-1/+1
* tcp: make nla_policy conststephen hemminger2016-09-011-1/+1
* ila: make nla_policy conststephen hemminger2016-09-012-2/+2
* fou: make nla_policy conststephen hemminger2016-09-011-1/+1
* netns: make nla_policy conststephen hemminger2016-09-011-1/+1
* batman: make netlink attributes conststephen hemminger2016-09-011-2/+2
* drop_monitor: make genl_multicast_group conststephen hemminger2016-09-011-1/+1
* net: make genetlink ctrl ops conststephen hemminger2016-09-011-2/+2
* Merge branch 'stmmac-STM32F429'David S. Miller2016-09-015-0/+239
|\
| * net: ethernet: stmmac: add support of Synopsys 3.50a MAC IPAlexandre TORGUE2016-09-011-0/+1
| * Documentation: Bindings: Add STM32 DWMAC glueAlexandre TORGUE2016-09-011-0/+32
| * net: ethernet: dwmac: add Ethernet glue logic for stm32 chipAlexandre TORGUE2016-09-013-0/+206
|/
* mpls: get rid of trivial returnsstephen hemminger2016-09-011-5/+0
* net: xgene: fix backward compatibility fixArnd Bergmann2016-09-011-4/+0
* r8152: fix the coding style with checkpatch.plhayeswang2016-09-011-6/+5
* Merge branch 'asix-pm-improvements'David S. Miller2016-09-014-156/+575
|\
| * net: asix: autoneg will set WRITE_MEDIUM regRobert Foss2016-09-011-4/+1
| * net: asix: see 802.3 spec for phy resetRobert Foss2016-09-011-3/+24
| * net: asix: Fix AX88772x resume failuresRobert Foss2016-09-011-1/+46
| * net: asix: Avoid looping when the device is disconnectedRobert Foss2016-09-012-12/+46
| * net: asix: Add in_pm parameterRobert Foss2016-09-014-150/+472
|/
* net: axienet: constify ethtool_ops structuresJulia Lawall2016-09-011-1/+1
* r8152: constify ethtool_ops structuresJulia Lawall2016-09-011-1/+1
* net: mediatek: constify ethtool_ops structuresJulia Lawall2016-09-011-1/+1
* Merge branch 'ppp-recursion'David S. Miller2016-08-311-12/+42
|\
| * ppp: declare PPP devices as LLTXGuillaume Nault2016-08-311-0/+2
| * ppp: avoid dealock on recursive xmitGuillaume Nault2016-08-311-12/+40
|/
* xgbe: constify get_netdev_ops and get_ethtool_opsstephen hemminger2016-08-313-6/+7
* Merge branch 'dsa-mdb-support'David S. Miller2016-08-314-42/+215
|\