summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-10net: ipv4: Remove l3mdev_get_saddrDavid Ahern
2016-09-10net: l3mdev: remove redundant callsDavid Ahern
2016-09-10net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern
2016-09-10net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern
2016-09-10net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern
2016-09-10net: l3mdev: Add hook to output pathDavid Ahern
2016-09-10net: flow: Add l3mdev flow updateDavid Ahern
2016-09-10ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx()Markus Elfring
2016-09-10ATM-ZeitNet: Replace one kzalloc() call by kcalloc()Markus Elfring
2016-09-10ATM-ZeitNet: Improve a size determination in zatm_open()Markus Elfring
2016-09-10ATM-ZeitNet: Use kmalloc_array() in start_tx()Markus Elfring
2016-09-10ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx()Markus Elfring
2016-09-10ATM-nicstar: Refactor a kmalloc() call in ns_init_card()Markus Elfring
2016-09-10ATM-nicstar: Improve another size determination in ns_init_card()Markus Elfring
2016-09-10ATM-nicstar: Improve another size determination in get_scq()Markus Elfring
2016-09-10ATM-nicstar: Use kmalloc_array() in get_scq()Markus Elfring
2016-09-10tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet
2016-09-10openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo
2016-09-10Revert "hv_netvsc: make inline functions static"Stephen Hemminger
2016-09-10Merge branch 'mlx5-next'David S. Miller
2016-09-10net/mlx5: Organize device list API in one placeMohamad Haj Yahia
2016-09-10net/mlx5e: Restore vlan filter after seamless resetMohamad Haj Yahia
2016-09-10net/mlx5e: Implement mlx5e interface attach/detach callbacksMohamad Haj Yahia
2016-09-10net/mlx5: Implement vports admin state backup/restoreMohamad Haj Yahia
2016-09-10net/mlx5: Align sriov/eswitch modules with the new load/unload flow.Mohamad Haj Yahia
2016-09-10net/mlx5: Implement eswitch attach/detach flowsMohamad Haj Yahia
2016-09-10net/mlx5: Implement SRIOV attach/detach flowsMohamad Haj Yahia
2016-09-10net/mlx5: Split the load/unload flow into hardware and software flowsMohamad Haj Yahia
2016-09-10net/mlx5: Introduce attach/detach to interface APIMohamad Haj Yahia
2016-09-10net/mlx5: SRIOV core code refactoringMohamad Haj Yahia
2016-09-10net/mlx5: Skip waiting for vf pages in internal errorMohamad Haj Yahia
2016-09-10Merge branch 'net-is_enabled'David S. Miller
2016-09-10xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10net: sched: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10lec: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10appletalk: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10Merge branch 'fs_enet-opt'David S. Miller
2016-09-10net: fs_enet: make rx_copybreak value configurableChristophe Leroy
2016-09-10net: fs_enet: don't unmap DMA when packet len is below copybreakChristophe Leroy
2016-09-10net: fs_enet: merge NAPI RX and NAPI TXChristophe Leroy
2016-09-10Merge branch 'act_tunnel_key'David S. Miller
2016-09-10net/sched: Introduce act_tunnel_keyAmir Vadai
2016-09-10net/sched: cls_flower: Classify packet in ip tunnelsAmir Vadai
2016-09-10net/dst: Utility functions to build dst_metadata without supplying an skbAmir Vadai
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai
2016-09-09ATM-iphase: Use kmalloc_array() in tx_init()Markus Elfring