aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-03phylib: Add phy_set_max_speed helperSimon Horman2-19/+41
2015-10-03Merge branch 'bpf-updates'David S. Miller13-16/+63
2015-10-03sched, bpf: make skb->priority writableDaniel Borkmann1-2/+7
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann5-3/+39
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann11-12/+18
2015-10-03Merge branch 'switchdev-obj'David S. Miller11-160/+199
2015-10-03switchdev: push object ID back to object structureJiri Pirko6-56/+45
2015-10-03switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko6-62/+109
2015-10-03switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko5-12/+12
2015-10-03switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko5-12/+12
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko9-25/+26
2015-10-03switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko7-35/+37
2015-10-03Merge branch 'tcp-lockless-listener'David S. Miller20-746/+307
2015-10-03tcp: do not lock listener to process SYN packetsEric Dumazet2-4/+18
2015-10-03tcp/dccp: add a reschedule point in inet_csk_listen_stop()Eric Dumazet1-0/+1
2015-10-03tcp: remove max_qlen_logEric Dumazet4-18/+6
2015-10-03tcp/dccp: remove struct listen_sockEric Dumazet3-76/+11
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet8-32/+47
2015-10-03ipv6: remove obsolete inet6 functionsEric Dumazet1-9/+0
2015-10-03tcp/dccp: shrink struct listen_sockEric Dumazet2-14/+3
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet15-501/+160
2015-10-03tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet3-4/+3
2015-10-03tcp: get_openreq[46]() changesEric Dumazet3-8/+8
2015-10-03tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet1-2/+0
2015-10-03tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet2-14/+12
2015-10-03tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc()Eric Dumazet1-10/+12
2015-10-03tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet2-2/+2
2015-10-03tcp: move synflood_warned into struct request_sock_queueEric Dumazet2-5/+4
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet4-38/+18
2015-10-03tcp: add a spinlock to protect struct request_sock_queueEric Dumazet3-33/+26
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller240-1379/+2429
2015-10-02Merge tag 'mmc-v4.3-rc3' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds4-62/+67
2015-10-02Merge git://git.infradead.org/intel-iommuLinus Torvalds4-57/+77
2015-10-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-34/+106
2015-10-01Merge tag 'pm+acpi-4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-30/+116
2015-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-59/+121
2015-10-01dmapool: fix overflow condition in pool_find_page()Robin Murphy1-1/+1
2015-10-01thermal: avoid division by zero in power allocatorAndrea Arcangeli1-0/+10
2015-10-01memcg: remove pcp_counter_lockGreg Thelen2-2/+0
2015-10-01kprobes: use _do_fork() in samples to make them work againPetr Mladek3-12/+12
2015-10-01drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSEAndrew Morton1-0/+1
2015-10-01memcg: make mem_cgroup_read_stat() unsignedGreg Thelen1-12/+18
2015-10-01memcg: fix dirty page migrationGreg Thelen2-1/+32
2015-10-01dax: fix NULL pointer in __dax_pmd_fault()Ross Zwisler1-1/+12
2015-10-01mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-10-01mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim1-3/+10
2015-10-01userfaultfd: remove kernel header include from uapi headerAndre Przywara1-2/+0
2015-10-01arch/x86/include/asm/efi.h: fix build failureAndrey Ryabinin1-0/+2
2015-10-01Merge branch 'bridge_vlan_cleanups_fixes'David S. Miller6-127/+93
2015-10-01bridge: vlan: don't pass flags when creating context onlyNikolay Aleksandrov1-1/+1
2015-10-01bridge: vlan: fix possible null ptr derefs on port init and deinitNikolay Aleksandrov2-7/+12
2015-10-01bridge: vlan: move pvid inside net_bridge_vlan_groupNikolay Aleksandrov5-118/+75
2015-10-01bridge: vlan: fix possible null vlgrp deref while registering new portNikolay Aleksandrov1-1/+3
2015-10-01bridge: vlan: adjust rhashtable initial size and hash locks sizeNikolay Aleksandrov1-0/+2
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-121/+24
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds18-167/+70
2015-10-01Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-tools'Rafael J. Wysocki3-12/+56
2015-10-01Merge branch 'acpi-ec'Rafael J. Wysocki1-0/+2
2015-10-01Merge branches 'pm-pci' and 'acpi-pci'Rafael J. Wysocki5-18/+58
2015-10-01ipv6: Add missing newline to __xfrm6_output_finishEric W. Biederman1-0/+1
2015-10-01Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller1-1/+1
2015-10-01Update KVM homepage UrlDirk Müller1-2/+2
2015-10-01Merge tag 'upstream-4.3-rc4' of git://git.infradead.org/linux-ubifsLinus Torvalds4-3/+7
2015-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds5-30/+82
2015-10-01Revert "KVM: SVM: use NPT page attributes"Paolo Bonzini1-96/+5
2015-10-01Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask"Paolo Bonzini1-8/+7
2015-10-01Revert "KVM: SVM: Sync g_pat with guest-written PAT value"Paolo Bonzini1-10/+0
2015-10-01Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"Paolo Bonzini2-5/+13
2015-09-30Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds5-3/+13
2015-09-30Merge tag 'hwmon-for-linus-v4.3-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+3
2015-09-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-6/+10
2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds3-17/+18
2015-09-30RDS: Use per-bucket rw lock for bind hash-tableSantosh Shilimkar3-15/+35
2015-09-30RDS: fix rds_sock reference bug while doing bindSantosh Shilimkar1-5/+11
2015-09-30RDS: make socket bind/release locking scheme simple and more efficientSantosh Shilimkar2-26/+15
2015-09-30RDS: use kfree_rcu in rds_ib_remove_ipaddrSantosh Shilimkar2-4/+3
2015-09-30mmc: core: fix dead loop of mmc_retuneChaotian Jing1-2/+4
2015-09-30i40e: fix 32 bit build warningsJesse Brandeburg2-11/+6
2015-09-30i40e: fix kbuild warningsJesse Brandeburg1-2/+2
2015-09-30i40evf: tweak init timingMitch Williams1-3/+3
2015-09-30i40e: warn on double freeJesse Brandeburg1-0/+4
2015-09-30i40e: refactor interrupt enableJesse Brandeburg2-10/+6
2015-09-30i40e: Strip VEB stats if they are disabled in HWAnjali Singhai Jain3-7/+16
2015-09-30i40e/i40evf: add new device id 1588Shannon Nelson6-0/+7
2015-09-30i40e: Remove useless messageGreg Rose1-3/+0
2015-09-30i40e: limit debugfs io opsShannon Nelson3-12/+12
2015-09-30i40e: use QOS field consistentlyMitch Williams1-5/+4
2015-09-30i40e: count drops in netstat interfaceJesse Brandeburg1-0/+1
2015-09-30i40e/i40evf: fix Tx hang workaround codeJesse Brandeburg2-2/+2
2015-09-30i40e: fixup padding issue in get_cee_dcb_cfg_v1_respShannon Nelson1-2/+11
2015-09-30i40e: Fix a port VLAN configuration bugGreg Rose1-1/+1
2015-09-30i40e/i40evf: fix up type clash in i40e_aq_rc_to_posix conversionShannon Nelson2-6/+12
2015-09-30i40e: rtnl_lock called twice in i40e_pci_error_resume()Vasily Averin1-1/+1
2015-09-30i40evf: missing rtnl_unlock in i40evf_resume()Vasily Averin1-0/+1
2015-09-30openvswitch: Remove ovs_vport_output_skEric W. Biederman1-5/+0
2015-09-30bridge: Remove br_nf_push_frag_xmit_skEric W. Biederman1-5/+0
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman6-17/+21
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman4-30/+26
2015-09-30openvswitch: Pass net into ovs_fragmentEric W. Biederman1-3/+4
2015-09-30openvswitch: Pass net into ovs_vport_outputEric W. Biederman1-3/+8
2015-09-29net: Initialize flow flags in input pathDavid Ahern2-0/+2
2015-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller39-690/+553
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot1-3/+8
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot1-3/+8
2015-09-29net: Add support for filtering neigh dump by master deviceDavid Ahern2-1/+32
2015-09-29tcp: fix tcp_v6_md5_do_lookup prototypeEric Dumazet1-1/+1
2015-09-29Merge branch 'switchdev-callback'David S. Miller6-201/+186
2015-09-29net: switchdev: extract struct switchdev_obj_*Vivien Didelot1-27/+26
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot6-117/+99
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot4-48/+53
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot4-9/+7
2015-09-29net: switchdev: move dev in switchdev_fdb_dumpVivien Didelot1-1/+3
2015-09-29net: switchdev: remove dev in port_vlan_dump_putVivien Didelot1-6/+5
2015-09-29testptp: Silence compiler warnings on ppc64Thomas Huth1-0/+1
2015-09-29net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes1-3/+4
2015-09-29Merge branch 'm68k-netdev-modular'David S. Miller6-25/+15
2015-09-29net: macmace: Allow modular buildGeert Uytterhoeven1-1/+1
2015-09-29m68k/mac: Export Peripheral System Controller (PSC) base address to modulesGeert Uytterhoeven1-0/+1
2015-09-29net: hplance: Allow modular buildGeert Uytterhoeven1-1/+1
2015-09-29net: 7990: Export lance_poll() to modulesGeert Uytterhoeven1-0/+1
2015-09-29net: mac8390: Allow modular buildGeert Uytterhoeven2-23/+11
2015-09-29dsa: mv88e6xxx: Fix unsigned/signed issueAndrew Lunn1-1/+2
2015-09-29dsa: mv88e6xxx: Enable forwarding for unknown to the CPU portAndrew Lunn1-0/+2
2015-09-29Merge branch 'L3_master_device'David S. Miller21-276/+356
2015-09-29net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern3-21/+25
2015-09-29net: Remove vrf header fileDavid Ahern3-31/+15
2015-09-29net: Remove the now unused vrf_ptrDavid Ahern3-38/+2
2015-09-29net: Replace calls to vrf_dev_get_rthDavid Ahern2-27/+3
2015-09-29net: Replace vrf_dev_table and friendsDavid Ahern3-86/+5
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern7-63/+20
2015-09-29net: Add support for l3mdev ops to VRF driverDavid Ahern2-0/+30
2015-09-29net: Introduce L3 Master device abstractionDavid Ahern8-0/+246
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern7-16/+16
2015-09-29Merge branch 'listener-refactoring-preparations'David S. Miller24-151/+118
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet9-60/+35
2015-09-29tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet2-7/+7
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet3-3/+5
2015-09-29tcp: cookie_init_sequence() cleanupsEric Dumazet3-18/+12
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet7-9/+12
2015-09-29tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet2-2/+4
2015-09-29dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet2-2/+2
2015-09-29net: constify sk_gfp_atomic() sock argumentEric Dumazet1-1/+1
2015-09-29inet: constify __inet_inherit_port() sock argumentEric Dumazet2-2/+2
2015-09-29inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet2-2/+3
2015-09-29dccp: use inet6_csk_route_req() helperEric Dumazet4-21/+13
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet5-7/+6
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet5-8/+7
2015-09-29tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet7-14/+14
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar2-5/+6
2015-09-29Merge branch 'ipv4-routing-cleanups'David S. Miller3-9/+6
2015-09-29net: Remove martian_source_keep_err goto labelDavid Ahern1-4/+2
2015-09-29net: Swap ordering of tests in ip_route_input_mcAlexander Duyck1-3/+2
2015-09-29net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck2-2/+2
2015-09-29net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern1-1/+2
2015-09-29RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is badLiviu Dudau1-0/+12
2015-09-29netpoll: Drop budget parameter from NAPI polling call hierarchyAlexander Duyck1-12/+11
2015-09-29net sysfs: Print link speed as signed integerAlexander Stein1-2/+1
2015-09-29bna: fix error handlingAndrzej Hajda1-6/+7
2015-09-29Merge branch 'af_unix_MSG_PEEK'David S. Miller2-2/+19
2015-09-29af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole1-1/+14
2015-09-29af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole1-1/+5
2015-09-29bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov9-460/+732
2015-09-29Merge branch 'mvneta_percpu_irq'David S. Miller3-113/+226
2015-09-29net: mvneta: Statically assign queues to CPUsMaxime Ripard1-1/+142
2015-09-29net: mvneta: Allow different queuesMaxime Ripard1-69/+11
2015-09-29net: mvneta: Handle per-cpu interruptsMaxime Ripard1-29/+62
2015-09-29net: mvneta: Fix CPU_MAP registers initialisationMaxime Ripard1-1/+1
2015-09-29irqchip: armada-370-xp: Rework per-cpu interrupts handlingMaxime Ripard1-10/+4
2015-09-29irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard1-0/+2
2015-09-29genirq: Fix the documentation of request_percpu_irqMaxime Ripard1-3/+4
2015-09-29bridge: Pass net into br_validate_ipv4 and br_validate_ipv6Eric W. Biederman3-18/+16
2015-09-29ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman6-8/+7
2015-09-29ipv4: Pass struct net into ip_route_me_harderEric W. Biederman8-10/+11
2015-09-29netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcpEric W. Biederman1-7/+9
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman4-4/+4
2015-09-29ipv4: Push struct net down into nf_send_resetEric W. Biederman5-5/+5
2015-09-29mac80211: use bool argument to ieee80211_send_nullfuncJohannes Berg4-10/+10
2015-09-29mac80211: reduce indentation by inlining a checkJohannes Berg1-24/+20
2015-09-29mac80211: fix tx sequence number assignment with software queue + fast-xmitFelix Fietkau1-1/+2
2015-09-29mac80211: advertise support for full station state in AP modeAyala Beker2-12/+24
2015-09-29cfg80211: allow changing station capabilities for unassociated stationsAyala Beker2-2/+8
2015-09-29mac80211: allow writing TX PN in debugfsJohannes Berg1-2/+49
2015-09-29mac80211: Deinline drv_get/set/reset_tsf()Denys Vlasenko2-45/+53
2015-09-29mac80211: Deinline drv_ampdu_action()Denys Vlasenko2-25/+31
2015-09-29mac80211: Deinline drv_switch_vif_chanctx()Denys Vlasenko2-52/+54
2015-09-29mac80211: improve __rate_control_send_low warningJohannes Berg1-1/+4
2015-09-29mac80211: minstrel[_ht]: remove non-ascii debugfs charactersJohannes Berg2-14/+10
2015-09-29mac80211: don't tear down aggregation on suspend in case of wowlan->anyEliad Peller2-3/+5
2015-09-29net/wireless: enable wiphy device to suspend/resume asynchronouslyFu, Zhonghui1-0/+1
2015-09-29mac80211: Deinline drv_add/remove/change_interface()Denys Vlasenko2-51/+61
2015-09-29mac80211: Deinline drv_sta_rc_update()Denys Vlasenko2-19/+23
2015-09-29mac80211: Deinline drv_conf_tx()Denys Vlasenko2-24/+28
2015-09-29mac80211: Copy tx'ed beacons to monitor modeHelmut Schaa3-0/+24
2015-09-29UBI: return ENOSPC if no enough space availableshengyong2-0/+2
2015-09-29UBI: Validate data_sizeRichard Weinberger1-0/+5
2015-09-29UBIFS: Kill unneeded locking in ubifs_init_securityRichard Weinberger1-3/+0
2015-09-29mmc: pxamci: fix card detect with slot-gpio APIRobert Jarzmik1-44/+22
2015-09-29mmc: sunxi: Fix clk-delay settingsHans de Goede1-14/+39
2015-09-29mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson1-2/+2
2015-09-29Merge tag 'keys-fixes-20150925' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris5-30/+82