summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Remove vrf header fileDavid Ahern2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Remove the now unused vrf_ptrDavid Ahern2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Replace calls to vrf_dev_get_rthDavid Ahern2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Replace vrf_dev_table and friendsDavid Ahern2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Introduce L3 Master device abstractionDavid Ahern2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: prepare fastopen code for upcoming listener changesEric Dumazet2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: cookie_init_sequence() cleanupsEric Dumazet2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: constify sk_gfp_atomic() sock argumentEric Dumazet2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inet: constify __inet_inherit_port() sock argumentEric Dumazet2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dccp: use inet6_csk_route_req() helperEric Dumazet2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov2015-09-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/mlx5_core: Fix wrong name in structEli Cohen2015-09-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: avoid reorders for TFO passive connectionsEric Dumazet2015-09-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp/dccp: constify rtx_synack() and friendsEric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipv6: constify ip6_xmit() sock argumentEric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: constify tcp_make_synack() socket argumentEric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inet: constify ip_dont_fragment() argumentsEric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipv6: constify inet6_csk_route_req() socket argumentEric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsEric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inet: constify inet_csk_route_req() socket argumentEric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inet: constify ip_route_output_flow() socket argumentEric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: constify tcp_openreq_init_rwin()Eric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet2015-09-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | switchdev: reduce transaction phase enum down to a booleanJiri Pirko2015-09-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | switchdev: remove "ABORT" transaction phaseJiri Pirko2015-09-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | switchdev: remove "NONE" transaction phaseJiri Pirko2015-09-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | switchdev: add switchdev_trans_ph_prepare/commit helpersJiri Pirko2015-09-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | switchdev: move transaction phase enum under transaction structureJiri Pirko2015-09-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko2015-09-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | switchdev: rename "trans" to "trans_ph".Jiri Pirko2015-09-24
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipv6: remove unused neigh parameter from ndisc functionsJiri Benc2015-09-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | genetlink: simplify genl_notifyJiri Benc2015-09-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/ethoc: support big-endian register layoutMax Filippov2015-09-23