summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-30Merge branch 'switchdev-callback'David S. Miller6-201/+186
2015-09-30net: switchdev: extract struct switchdev_obj_*Vivien Didelot1-27/+26
2015-09-30net: switchdev: abstract object in add/del opsVivien Didelot6-117/+99
2015-09-30net: switchdev: pass callback to dump operationVivien Didelot4-48/+53
2015-09-30net: switchdev: remove dev from switchdev_obj cbVivien Didelot4-9/+7
2015-09-30net: switchdev: move dev in switchdev_fdb_dumpVivien Didelot1-1/+3
2015-09-30net: switchdev: remove dev in port_vlan_dump_putVivien Didelot1-6/+5
2015-09-30testptp: Silence compiler warnings on ppc64Thomas Huth1-0/+1
2015-09-30net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes1-3/+4
2015-09-30Merge branch 'm68k-netdev-modular'David S. Miller6-25/+15
2015-09-30net: macmace: Allow modular buildGeert Uytterhoeven1-1/+1
2015-09-30m68k/mac: Export Peripheral System Controller (PSC) base address to modulesGeert Uytterhoeven1-0/+1
2015-09-30net: hplance: Allow modular buildGeert Uytterhoeven1-1/+1
2015-09-30net: 7990: Export lance_poll() to modulesGeert Uytterhoeven1-0/+1
2015-09-30net: mac8390: Allow modular buildGeert Uytterhoeven2-23/+11
2015-09-30dsa: mv88e6xxx: Fix unsigned/signed issueAndrew Lunn1-1/+2
2015-09-30dsa: mv88e6xxx: Enable forwarding for unknown to the CPU portAndrew Lunn1-0/+2
2015-09-30Merge branch 'L3_master_device'David S. Miller21-276/+356
2015-09-30net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern3-21/+25
2015-09-30net: Remove vrf header fileDavid Ahern3-31/+15
2015-09-30net: Remove the now unused vrf_ptrDavid Ahern3-38/+2
2015-09-30net: Replace calls to vrf_dev_get_rthDavid Ahern2-27/+3
2015-09-30net: Replace vrf_dev_table and friendsDavid Ahern3-86/+5
2015-09-30net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern7-63/+20
2015-09-30net: Add support for l3mdev ops to VRF driverDavid Ahern2-0/+30
2015-09-30net: Introduce L3 Master device abstractionDavid Ahern8-0/+246
2015-09-30net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern7-16/+16
2015-09-30Merge branch 'listener-refactoring-preparations'David S. Miller24-151/+118
2015-09-30tcp: prepare fastopen code for upcoming listener changesEric Dumazet9-60/+35
2015-09-30tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet2-7/+7
2015-09-30tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet3-3/+5
2015-09-30tcp: cookie_init_sequence() cleanupsEric Dumazet3-18/+12
2015-09-30tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet7-9/+12
2015-09-30tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet2-2/+4
2015-09-30dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet2-2/+2
2015-09-30net: constify sk_gfp_atomic() sock argumentEric Dumazet1-1/+1
2015-09-30inet: constify __inet_inherit_port() sock argumentEric Dumazet2-2/+2
2015-09-30inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet2-2/+3
2015-09-30dccp: use inet6_csk_route_req() helperEric Dumazet4-21/+13
2015-09-30tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet5-7/+6
2015-09-30tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet5-8/+7
2015-09-30tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet7-14/+14
2015-09-30skbuff: Fix skb checksum partial check.Pravin B Shelar2-5/+6
2015-09-30Merge branch 'ipv4-routing-cleanups'David S. Miller3-9/+6
2015-09-30net: Remove martian_source_keep_err goto labelDavid Ahern1-4/+2
2015-09-30net: Swap ordering of tests in ip_route_input_mcAlexander Duyck1-3/+2
2015-09-30net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck2-2/+2
2015-09-30net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern1-1/+2
2015-09-30RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is badLiviu Dudau1-0/+12
2015-09-30netpoll: Drop budget parameter from NAPI polling call hierarchyAlexander Duyck1-12/+11