summary refs log tree commit diff
AgeCommit message (Expand)Author
2015-09-30i40e: limit debugfs io opsShannon Nelson
2015-09-30i40e: use QOS field consistentlyMitch Williams
2015-09-30i40e: count drops in netstat interfaceJesse Brandeburg
2015-09-30i40e/i40evf: fix Tx hang workaround codeJesse Brandeburg
2015-09-30i40e: fixup padding issue in get_cee_dcb_cfg_v1_respShannon Nelson
2015-09-30i40e: Fix a port VLAN configuration bugGreg Rose
2015-09-30i40e/i40evf: fix up type clash in i40e_aq_rc_to_posix conversionShannon Nelson
2015-09-30i40e: rtnl_lock called twice in i40e_pci_error_resume()Vasily Averin
2015-09-30i40evf: missing rtnl_unlock in i40evf_resume()Vasily Averin
2015-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot
2015-09-29net: Add support for filtering neigh dump by master deviceDavid Ahern
2015-09-29tcp: fix tcp_v6_md5_do_lookup prototypeEric Dumazet
2015-09-29Merge branch 'switchdev-callback'David S. Miller
2015-09-29net: switchdev: extract struct switchdev_obj_*Vivien Didelot
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot
2015-09-29net: switchdev: move dev in switchdev_fdb_dumpVivien Didelot
2015-09-29net: switchdev: remove dev in port_vlan_dump_putVivien Didelot
2015-09-29Merge branch 'm68k-netdev-modular'David S. Miller
2015-09-29net: macmace: Allow modular buildGeert Uytterhoeven
2015-09-29m68k/mac: Export Peripheral System Controller (PSC) base address to modulesGeert Uytterhoeven
2015-09-29net: hplance: Allow modular buildGeert Uytterhoeven
2015-09-29net: 7990: Export lance_poll() to modulesGeert Uytterhoeven
2015-09-29net: mac8390: Allow modular buildGeert Uytterhoeven
2015-09-29dsa: mv88e6xxx: Fix unsigned/signed issueAndrew Lunn
2015-09-29Merge branch 'L3_master_device'David S. Miller
2015-09-29net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern
2015-09-29net: Remove vrf header fileDavid Ahern
2015-09-29net: Remove the now unused vrf_ptrDavid Ahern
2015-09-29net: Replace calls to vrf_dev_get_rthDavid Ahern
2015-09-29net: Replace vrf_dev_table and friendsDavid Ahern
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern
2015-09-29net: Add support for l3mdev ops to VRF driverDavid Ahern
2015-09-29net: Introduce L3 Master device abstractionDavid Ahern
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern
2015-09-29Merge branch 'listener-refactoring-preparations'David S. Miller
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-09-29tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet
2015-09-29tcp: cookie_init_sequence() cleanupsEric Dumazet
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet
2015-09-29tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet
2015-09-29dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet
2015-09-29net: constify sk_gfp_atomic() sock argumentEric Dumazet
2015-09-29inet: constify __inet_inherit_port() sock argumentEric Dumazet
2015-09-29inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet
2015-09-29dccp: use inet6_csk_route_req() helperEric Dumazet
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet