summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: introduce lower state changed info structure for LAG lowersJiri Pirko2015-12-031-0/+5
* net: introduce change lower state notifierJiri Pirko2015-12-031-0/+8
* team: fill-up LAG changeupper info struct and pass it alongJiri Pirko2015-12-031-0/+1
* net: add info struct for LAG changeupperJiri Pirko2015-12-031-0/+13
* net: add possibility to pass information about upper device via notifierJiri Pirko2015-12-031-1/+2
* net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko2015-12-031-4/+2
* net: add netif_is_lag_port helperJiri Pirko2015-12-031-0/+5
* net: add netif_is_lag_master helperJiri Pirko2015-12-031-0/+5
* net: add netif_is_team_port helperJiri Pirko2015-12-031-0/+5
* net: add netif_is_team_master helperJiri Pirko2015-12-031-0/+8
* tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet2015-12-031-2/+2
* hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan2015-12-031-1/+3
* qed: Add support for changing LED stateSudarsana Kalluru2015-12-011-0/+17
* net: ipmr: move pimsm_enabled to pim.h and renameNikolay Aleksandrov2015-11-301-0/+5
* net: ipmr: move struct mr_table and VIF_EXISTS to mroute.hNikolay Aleksandrov2015-11-301-2/+19
* net: ipmr: adjust mroute.h style and drop externNikolay Aleksandrov2015-11-301-26/+21
* net: ipmr: remove unused MFC_NOTIFY flag and make the flags enumNikolay Aleksandrov2015-11-301-3/+7
* net: Generalise wq_has_sleeper helperHerbert Xu2015-11-302-10/+26
* net: phy: bcm7xxx: Add entry for Broadcom BCM7435Florian Fainelli2015-11-251-0/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-11-246-15/+42
|\
| * Bluetooth: Add support for Get Advertising Size Information commandMarcel Holtmann2015-11-221-0/+13
| * Bluetooth: Fix specifying role for LE connectionsJohan Hedberg2015-11-191-1/+1
| * Bluetooth: Move Stop Discovery to req_workqueueJohan Hedberg2015-11-191-0/+1
| * Bluetooth: Move Start Discovery to req_workqueueJohan Hedberg2015-11-191-0/+2
| * Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg2015-11-191-3/+2
| * Bluetooth: Add HCI status return parameter to hci_req_sync()Johan Hedberg2015-11-191-1/+2
| * Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg2015-11-191-0/+2
| * Bluetooth: Remove unnecessary call to hci_update_background_scanJohan Hedberg2015-11-191-1/+0
| * Bluetooth: Add support for controller specific loggingMarcel Holtmann2015-11-192-0/+2
| * Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann2015-11-192-0/+3
| * Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg2015-11-191-3/+8
| * Bluetooth: Remove redundant setting to zero of bt_cbJohan Hedberg2015-11-191-6/+2
| * Bluetooth: Add hci_skb_* helper wrappers for bt_cb(skb) accessMarcel Holtmann2015-11-191-0/+4
* | net: ipmr: fix code and comment styleNikolay Aleksandrov2015-11-231-42/+17
* | net: dsa: Add support for a switch reset gpioAndrew Lunn2015-11-231-0/+8
* | net: IPv6 fib lookup tracepointDavid Ahern2015-11-221-0/+76
* | ppp: remove PPPOX_ZOMBIE socket stateGuillaume Nault2015-11-201-1/+0
* | net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-0/+7
* | net: napi_hash_del() returns a boolean statusEric Dumazet2015-11-181-2/+3
* | net: move napi_hash[] into read mostly sectionEric Dumazet2015-11-181-0/+4
* | net: add netif_tx_napi_add()Eric Dumazet2015-11-181-1/+22
* | net: un-inline sk_busy_loop()Eric Dumazet2015-11-182-53/+1
* | net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet2015-11-181-3/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-1711-34/+90
|\
| * phy: marvell: Add support for 88E1540 PHYAndrew Lunn2015-11-171-0/+1
| * vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich2015-11-171-0/+5
| * net: switchdev: fix return code of fdb_dump stubDragos Tatulea2015-11-161-1/+1
| * ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld2015-11-162-2/+4
| * net/mlx5e: Added self loopback preventionTariq Toukan2015-11-161-10/+14
| * tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-161-0/+25