summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: irda: pxaficp_ir: convert to readl and writelRobert Jarzmik2015-09-291-84/+126
* net: irda: pxaficp_ir: use sched_clock() for time managementRobert Jarzmik2015-09-291-8/+7
* net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam2015-09-291-2/+1
* net: Remove redundant oif checks in rt6_device_matchDavid Ahern2015-09-291-3/+3
* lan78xx: Return 0 when lan78xx_suspend() has no error.Woojung.Huh@microchip.com2015-09-291-1/+1
* Merge branch 'mlx5-next'David S. Miller2015-09-2913-209/+262
|\
| * net/mlx5_core: Update health syndromesEli Cohen2015-09-291-0/+9
| * net/mlx5_core: Fix wrong name in structEli Cohen2015-09-292-2/+2
| * net/mlx5_core: New init and exit flow for mlx5_coreMajd Dibbiny2015-09-297-153/+194
| * net/mlx5_core: Fix notification of page supplement errorEli Cohen2015-09-291-26/+37
| * net/mlx5_core: Fix async commands return codeEli Cohen2015-09-291-0/+1
| * net/mlx5_core: Remove redundant "err" variable usageAchiad Shochat2015-09-291-24/+11
| * net/mlx5_core: Fix struct type in the DESTROY_TIR/TIS device commandsSaeed Mahameed2015-09-291-2/+2
| * net/mlx5e: Priv state flag not rolled-back upon netdev open errorAchiad Shochat2015-09-291-2/+6
|/
* tools: bpf_jit_disasm: make get_last_jit_image return unsignedAndrzej Hajda2015-09-291-2/+2
* tcp: avoid reorders for TFO passive connectionsEric Dumazet2015-09-293-28/+34
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-299-355/+296
|\
| * igb: assume MSI-X interrupts during initializationStefan Assmann2015-09-291-0/+3
| * i40e: Fix for recursive RTNL lock during PROMISC changeAnjali Singhai2015-09-294-14/+19
| * i40e: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai2015-09-292-44/+87