summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* m68k/mac: Export Peripheral System Controller (PSC) base address to modulesGeert Uytterhoeven2015-09-301-0/+1
* net: hplance: Allow modular buildGeert Uytterhoeven2015-09-301-1/+1
* net: 7990: Export lance_poll() to modulesGeert Uytterhoeven2015-09-301-0/+1
* net: mac8390: Allow modular buildGeert Uytterhoeven2015-09-302-23/+11
* dsa: mv88e6xxx: Fix unsigned/signed issueAndrew Lunn2015-09-301-1/+2
* Merge branch 'L3_master_device'David S. Miller2015-09-3021-276/+356
|\
| * net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern2015-09-303-21/+25
| * net: Remove vrf header fileDavid Ahern2015-09-303-31/+15
| * net: Remove the now unused vrf_ptrDavid Ahern2015-09-303-38/+2
| * net: Replace calls to vrf_dev_get_rthDavid Ahern2015-09-302-27/+3
| * net: Replace vrf_dev_table and friendsDavid Ahern2015-09-303-86/+5
| * net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern2015-09-307-63/+20
| * net: Add support for l3mdev ops to VRF driverDavid Ahern2015-09-302-0/+30
| * net: Introduce L3 Master device abstractionDavid Ahern2015-09-308-0/+246
| * net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern2015-09-307-16/+16
|/
* Merge branch 'listener-refactoring-preparations'David S. Miller2015-09-3024-151/+118
|\
| * tcp: prepare fastopen code for upcoming listener changesEric Dumazet2015-09-309-60/+35
| * tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet2015-09-302-7/+7
| * tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet2015-09-303-3/+5
| * tcp: cookie_init_sequence() cleanupsEric Dumazet2015-09-303-18/+12
| * tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet2015-09-307-9/+12
| * tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet2015-09-302-2/+4
| * dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet2015-09-302-2/+2
| * net: constify sk_gfp_atomic() sock argumentEric Dumazet2015-09-301-1/+1
| * inet: constify __inet_inherit_port() sock argumentEric Dumazet2015-09-302-2/+2
| * inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet2015-09-302-2/+3
| * dccp: use inet6_csk_route_req() helperEric Dumazet2015-09-304-21/+13
| * tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet2015-09-305-7/+6
| * tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet2015-09-305-8/+7
| * tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet2015-09-307-14/+14
|/
* Merge branch 'ipv4-routing-cleanups'David S. Miller2015-09-303-9/+6
|\
| * net: Remove martian_source_keep_err goto labelDavid Ahern2015-09-301-4/+2
| * net: Swap ordering of tests in ip_route_input_mcAlexander Duyck2015-09-301-3/+2
| * net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck2015-09-302-2/+2
|/
* RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is badLiviu Dudau2015-09-301-0/+12
* netpoll: Drop budget parameter from NAPI polling call hierarchyAlexander Duyck2015-09-291-12/+11
* bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov2015-09-299-460/+732
* Merge branch 'mvneta_percpu_irq'David S. Miller2015-09-293-113/+226
|\
| * net: mvneta: Statically assign queues to CPUsMaxime Ripard2015-09-291-1/+142
| * net: mvneta: Allow different queuesMaxime Ripard2015-09-291-69/+11
| * net: mvneta: Handle per-cpu interruptsMaxime Ripard2015-09-291-29/+62
| * net: mvneta: Fix CPU_MAP registers initialisationMaxime Ripard2015-09-291-1/+1
| * irqchip: armada-370-xp: Rework per-cpu interrupts handlingMaxime Ripard2015-09-291-10/+4
| * irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard2015-09-291-0/+2
| * genirq: Fix the documentation of request_percpu_irqMaxime Ripard2015-09-291-3/+4
|/
* net: help compiler generate better code in eth_get_headlenJesper Dangaard Brouer2015-09-291-1/+1
* tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad2015-09-291-2/+2
* cxgb4: Add HW timesptamp support for RXHariprasad Shenai2015-09-295-3/+81
* net: Fix Hisilicon Network Subsystem Support Compilationhuangdaode2015-09-296-25/+7
* net: irda: pxaficp_ir: dmaengine conversionRobert Jarzmik2015-09-291-47/+102