summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1105-7316/+12640
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds117-639/+1697
2015-09-25net: Fix panic in icmp_route_lookupDavid Ahern1-2/+2
2015-09-25net: update docbook comment for __mdiobus_register()Russell King1-2/+5
2015-09-25Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+9
2015-09-25Merge branch 'listener-sock-const'David S. Miller24-106/+149
2015-09-25inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet2-2/+2
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet5-5/+5
2015-09-25dccp: constify dccp_make_response() socket argumentEric Dumazet2-7/+12
2015-09-25tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet3-3/+3
2015-09-25ipv6: constify ip6_xmit() sock argumentEric Dumazet3-9/+21
2015-09-25tcp: constify tcp_make_synack() socket argumentEric Dumazet2-10/+16
2015-09-25tcp: remove tcp_ecn_make_synack() socket argumentEric Dumazet2-9/+13
2015-09-25tcp: remove tcp_synack_options() socket argumentEric Dumazet1-8/+7
2015-09-25ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet2-7/+9
2015-09-25tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet3-10/+10
2015-09-25inet: constify ip_dont_fragment() argumentsEric Dumazet1-3/+5
2015-09-25ipv6: constify inet6_csk_route_req() socket argumentEric Dumazet2-2/+2
2015-09-25ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsEric Dumazet2-3/+3
2015-09-25inet: constify inet_csk_route_req() socket argumentEric Dumazet2-2/+2
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet4-9/+10
2015-09-25tcp: constify tcp_openreq_init_rwin()Eric Dumazet2-11/+20
2015-09-25tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet3-6/+9
2015-09-25ppp: fix lockdep splat in ppp_dev_uninit()Guillaume Nault1-1/+3
2015-09-25net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selectedSudip Mukherjee1-1/+1
2015-09-25net: remove unused argument of __netdev_find_adj()Michal Kubeček1-8/+7
2015-09-25Merge branch 'l2tp-module-autoloading'David S. Miller7-5/+16
2015-09-25l2tp: remove references to modprobe in documentationstephen hemminger1-5/+2
2015-09-25l2tp: auto load IP modulesstephen hemminger2-0/+2
2015-09-25l2tp: auto load type modulesstephen hemminger4-0/+12
2015-09-25net: dsa: Set a "dsa" device_typeFlorian Fainelli1-0/+5
2015-09-25phy: marvell: add link partner advertised modesRussell King1-0/+9
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-42/+118
2015-09-25Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds16-95/+172
2015-09-25Merge tag 'sound-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds21-92/+166
2015-09-25Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds17-43/+80
2015-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-11/+44
2015-09-25Merge tag 'powerpc-4.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-1/+5
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand7-2/+8
2015-09-25KVM: x86: fix off-by-one in reserved bits checkPaolo Bonzini1-1/+1
2015-09-25KVM: x86: use correct page table format to check nested page table reserved bitsPaolo Bonzini1-6/+17
2015-09-25KVM: svm: do not call kvm_set_cr0 from init_vmcbPaolo Bonzini1-1/+2
2015-09-24Merge branch 'phy-mdio-refcnt'David S. Miller13-51/+181
2015-09-24net: fix net_device refcountingRussell King2-1/+13
2015-09-24phy: add phy_device_remove()Russell King4-7/+32
2015-09-24phy: fixed-phy: properly validate phy in fixed_phy_update_state()Russell King1-1/+1
2015-09-24net: fix phy refcounting in a bunch of driversRussell King5-9/+30
2015-09-24of_mdio: fix MDIO phy device refcountingRussell King1-4/+23
2015-09-24phy: add proper phy struct device refcountingRussell King1-0/+12
2015-09-24phy: fix mdiobus module safetyRussell King3-17/+25