summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: refresh skb timestamp at retransmit timeEric Dumazet2016-05-101-2/+4
* Merge branch 'nps_enet-fixes'David S. Miller2016-05-102-8/+24
|\
| * net: nps_enet: bug fix - handle lost tx interruptsElad Kanfi2016-05-101-0/+15
| * net: nps_enet: Tx handler synchronizationElad Kanfi2016-05-102-8/+9
|/
* export tc ife uapi headerJamal Hadi Salim2016-05-101-0/+1
* Merge tag 'wireless-drivers-for-davem-2016-05-09' of git://git.kernel.org/pub...David S. Miller2016-05-101-35/+48
|\
| * Merge tag 'iwlwifi-for-kalle-2016-05-04' of https://git.kernel.org/pub/scm/li...Kalle Valo2016-05-061-35/+48
| |\
| | * iwlwifi: mvm: don't override the rate with the AMSDU lenEmmanuel Grumbach2016-05-041-35/+48
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-05-103-1/+4
|\ \ \
| * | | netfilter: nfnetlink_acct: validate NFACCT_QUOTA parameterPhil Turnbull2016-05-051-0/+2
| * | | netfilter: IDLETIMER: fix race condition when destroy the targetLiping Zhang2016-04-291-0/+1
| * | | netfilter: conntrack: init all_locks to avoid debug warningFlorian Westphal2016-04-291-1/+1
* | | | net: thunderx: avoid exposing kernel stackxypron.glpk@gmx.de2016-05-101-0/+4
* | | | net: fix a kernel infoleak in x25 moduleKangjie Lu2016-05-101-0/+1
* | | | ravb: Add missing free_irq() call to ravb_close()Geert Uytterhoeven2016-05-101-0/+2
* | | | uapi glibc compat: fix compile errors when glibc net/if.h included before lin...Mikko Rapeli2016-05-102-0/+72
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-095-11/+36
|\ \ \ \
| * | | | crypto: rsa - select crypto mgr dependencyTadeusz Struk2016-05-051-0/+1
| * | | | crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-05-051-1/+2
| * | | | crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wqTadeusz Struk2016-05-031-2/+11
| * | | | crypto: qat - fix invalid pf2vf_resp_wq logicTadeusz Struk2016-04-283-10/+24
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-0936-100/+190
|\ \ \ \ \
| * \ \ \ \ Merge branch 'mlx5-build-fix'David S. Miller2016-05-095-4/+24
| |\ \ \ \ \
| | * | | | | net/mlx5e: make VXLAN support conditionalArnd Bergmann2016-05-095-3/+24
| | * | | | | Revert "net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issue"Arnd Bergmann2016-05-091-1/+0Star
| |/ / / / /
| * | | | | macsec: key identifier is 128 bits, not 64Sabrina Dubroca2016-05-092-7/+16
| * | | | | Documentation/networking: more accurate LCO explanationShmulik Ladkani2016-05-091-7/+7
| * | | | | macvtap: segmented packet is consumedEric Dumazet2016-05-091-1/+1
| * | | | | tools: bpf_jit_disasm: check for klogctl failureColin Ian King2016-05-091-0/+3
| * | | | | qede: uninitialized variable in qede_start_xmit()Dan Carpenter2016-05-091-1/+1
| * | | | | netxen: netxen_rom_fast_read() doesn't return -1Dan Carpenter2016-05-071-1/+2
| * | | | | netxen: reversed condition in netxen_nic_set_link_parameters()Dan Carpenter2016-05-071-1/+1
| * | | | | netxen: fix error handling in netxen_get_flash_block()Dan Carpenter2016-05-071-4/+8
| * | | | | mlxsw: spectrum: Add missing rollback in flood configurationIdo Schimmel2016-05-071-0/+8
| * | | | | mlxsw: spectrum: Fix rollback order in LAG join failureIdo Schimmel2016-05-071-2/+2
| * | | | | udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2016-05-075-3/+18
| * | | | | udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme2016-05-074-15/+0Star
| * | | | | qede: prevent chip hang when increasing channelsSudarsana Reddy Kalluru2016-05-061-4/+2Star
| * | | | | net: ipv6: tcp reset, icmp need to consider L3 domainDavid Ahern2016-05-062-4/+8
| * | | | | bridge: fix igmp / mld query parsingLinus Lüssing2016-05-061-5/+7
| * | | | | net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov2016-05-061-2/+3
| * | | | | VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell2016-05-061-20/+1Star
| * | | | | net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens2016-05-061-1/+1
| * | | | | Merge branch 'bnxt_en-fixes'David S. Miller2016-05-041-4/+19
| |\ \ \ \ \
| | * | | | | bnxt_en: Setup multicast properly after resetting device.Michael Chan2016-05-041-4/+15
| | * | | | | bnxt_en: Need memory barrier when processing the completion ring.Michael Chan2016-05-041-0/+4
| |/ / / / /
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-05-044-1/+35
| |\ \ \ \ \
| | * | | | | vti: Add pmtu handling to vti_xmit.Steffen Klassert2016-03-311-0/+18
| | * | | | | xfrm: Reset encapsulation field of the skb before transformationSteffen Klassert2016-03-171-0/+3
| | * | | | | flowcache: Avoid OOM condition under preasureSteffen Klassert2016-03-172-1/+14