summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern2016-09-104-58/+100
* net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern2016-09-102-5/+63
* net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern2016-09-103-7/+19
* net: l3mdev: Add hook to output pathDavid Ahern2016-09-105-0/+78
* net: flow: Add l3mdev flow updateDavid Ahern2016-09-104-0/+47
* ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx()Markus Elfring2016-09-101-1/+1
* ATM-ZeitNet: Replace one kzalloc() call by kcalloc()Markus Elfring2016-09-101-3/+4
* ATM-ZeitNet: Improve a size determination in zatm_open()Markus Elfring2016-09-101-1/+1
* ATM-ZeitNet: Use kmalloc_array() in start_tx()Markus Elfring2016-09-101-2/+3
* ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx()Markus Elfring2016-09-101-1/+2
* ATM-nicstar: Refactor a kmalloc() call in ns_init_card()Markus Elfring2016-09-101-1/+2
* ATM-nicstar: Improve another size determination in ns_init_card()Markus Elfring2016-09-101-1/+1
* ATM-nicstar: Improve another size determination in get_scq()Markus Elfring2016-09-101-1/+1
* ATM-nicstar: Use kmalloc_array() in get_scq()Markus Elfring2016-09-101-2/+3
* tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet2016-09-101-1/+7
* openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo2016-09-101-0/+4
* Revert "hv_netvsc: make inline functions static"Stephen Hemminger2016-09-102-84/+85
* Merge branch 'mlx5-next'David S. Miller2016-09-1014-615/+1000
|\
| * net/mlx5: Organize device list API in one placeMohamad Haj Yahia2016-09-105-296/+362
| * net/mlx5e: Restore vlan filter after seamless resetMohamad Haj Yahia2016-09-101-6/+32
| * net/mlx5e: Implement mlx5e interface attach/detach callbacksMohamad Haj Yahia2016-09-103-63/+183
| * net/mlx5: Implement vports admin state backup/restoreMohamad Haj Yahia2016-09-102-141/+124
| * net/mlx5: Align sriov/eswitch modules with the new load/unload flow.Mohamad Haj Yahia2016-09-103-14/+34
| * net/mlx5: Implement eswitch attach/detach flowsMohamad Haj Yahia2016-09-102-3/+23
| * net/mlx5: Implement SRIOV attach/detach flowsMohamad Haj Yahia2016-09-102-8/+23
| * net/mlx5: Split the load/unload flow into hardware and software flowsMohamad Haj Yahia2016-09-101-64/+107
| * net/mlx5: Introduce attach/detach to interface APIMohamad Haj Yahia2016-09-102-20/+131
| * net/mlx5: SRIOV core code refactoringMohamad Haj Yahia2016-09-104-131/+101
| * net/mlx5: Skip waiting for vf pages in internal errorMohamad Haj Yahia2016-09-101-1/+12
|/
* Merge branch 'net-is_enabled'David S. Miller2016-09-1010-20/+19
|\
| * xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
| * sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
| * net: sched: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-3/+3
| * l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-103-5/+5
| * ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
| * net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-2/+1
| * lec: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-6/+6
| * appletalk: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
|/
* Merge branch 'fs_enet-opt'David S. Miller2016-09-105-311/+220
|\
| * net: fs_enet: make rx_copybreak value configurableChristophe Leroy2016-09-101-0/+40
| * net: fs_enet: don't unmap DMA when packet len is below copybreakChristophe Leroy2016-09-101-16/+20
| * net: fs_enet: merge NAPI RX and NAPI TXChristophe Leroy2016-09-105-295/+160
|/
* Merge branch 'act_tunnel_key'David S. Miller2016-09-1012-55/+606
|\
| * net/sched: Introduce act_tunnel_keyAmir Vadai2016-09-105-0/+434
| * net/sched: cls_flower: Classify packet in ip tunnelsAmir Vadai2016-09-102-1/+110
| * net/dst: Utility functions to build dst_metadata without supplying an skbAmir Vadai2016-09-101-13/+39
| * net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai2016-09-104-41/+23
|/
* ATM-iphase: Use kmalloc_array() in tx_init()Markus Elfring2016-09-091-4/+9
* Merge branch 'alx-msix'David S. Miller2016-09-094-29/+231
|\
| * alx: add module parameter to enable msi-x supportTobias Regnery2016-09-091-1/+4