aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-30bpf: document answers to common questions about BPFreduce_stackAlexei Starovoitov2-0/+158
2017-10-30bpf: reduce verifier memory consumptionAlexei Starovoitov3-148/+268
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller252-2083/+2322
2017-10-29Linux 4.14-rc7Linus Torvalds1-1/+1
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds78-361/+1021
2017-10-29Merge branch 'net_sched-fix-races-with-RCU-callbacks'David S. Miller19-57/+367
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi3-5/+40
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi1-0/+62
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang1-0/+1
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang1-0/+1
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang1-5/+33
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in u32 filterCong Wang1-3/+26
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in fw filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flower filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flow filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in cgroup filterCong Wang1-4/+18
2017-10-29net_sched: use tcf_queue_work() in bpf filterCong Wang1-2/+17
2017-10-29net_sched: use tcf_queue_work() in basic filterCong Wang1-3/+17
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang3-17/+56
2017-10-29Merge branch 'ipvlan-private-vepa'David S. Miller5-12/+136
2017-10-29ipvlan: implement VEPA modeMahesh Bandewar5-10/+48
2017-10-29ipvlan: introduce 'private' attribute for all existing modes.Mahesh Bandewar5-8/+94
2017-10-29tools: bpftool: add bash completion for bpftoolQuentin Monnet2-0/+357
2017-10-29Merge branch 'sctp-endianness-fixes'David S. Miller10-50/+59
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long5-7/+7
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long1-2/+2
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long1-11/+11
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long6-30/+39
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang1-0/+2
2017-10-29net: aquantia: Make local functions staticWei Yongjun1-4/+4
2017-10-29ipv6: prevent user from adding cached routesWei Wang2-1/+7
2017-10-29samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp_redirect_mapTushar Dave1-0/+7
2017-10-29samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp1Tushar Dave1-0/+8
2017-10-29net: dsa: b53: Export b53_configure_vlan()Florian Fainelli3-42/+6
2017-10-29liquidio: get rid of false alarm "Unknown cmd 27" in dmesgFelix Manlunas1-0/+1
2017-10-29hv_netvsc: Set tx_table to equal weight after subchannels openHaiyang Zhang1-0/+3
2017-10-29sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long1-0/+32
2017-10-29ppp: allow usage in namespacesMatteo Croce1-1/+1
2017-10-29Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller13-10/+813
2017-10-29Merge branch 'sockmap-fixes'David S. Miller5-11/+47
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend4-8/+10
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend3-3/+37
2017-10-29Merge branch 'l2tp-register-sessions-atomically'David S. Miller4-123/+238
2017-10-29l2tp: initialise PPP sessions before registering themGuillaume Nault1-31/+38
2017-10-29l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault1-53/+101
2017-10-29l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault1-31/+75
2017-10-29l2tp: don't register sessions in l2tp_session_create()Guillaume Nault4-20/+36
2017-10-29tcp: Remove "linux/unaligned/access_ok.h" include.David S. Miller1-1/+0
2017-10-29cxgb3: Check and handle the dma mapping errorsArjun Vynipadath1-26/+92
2017-10-29r8169: Add support for interrupt coalesce tuning (ethtool -C)Francois Romieu1-0/+231
2017-10-29Merge branch 'bridge-make-setlink-dellink-notifications-more-accurate'David S. Miller5-51/+109
2017-10-29bridge: vlan: signal if anything changed on vlan addNikolay Aleksandrov3-28/+73
2017-10-29bridge: netlink: make setlink/dellink notifications more accurateNikolay Aleksandrov3-24/+37
2017-10-28Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-24/+28
2017-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-9/+14
2017-10-28Merge tag 'pci-v4.14-fixes-6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-54/+54
2017-10-28Merge tag 'drm-fixes-for-v4.14-rc7' of git://people.freedesktop.org/~airlied/...Linus Torvalds8-79/+27
2017-10-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-22/+37
2017-10-28assoc_array: Fix a buggy node-splitting caseDavid Howells1-34/+17
2017-10-28Merge tag '4.14-smb3-fixes-for-stable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-34/+77
2017-10-28Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-27/+42
2017-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-1/+2
2017-10-28tcp: remove unnecessary includeAlexei Starovoitov1-3/+0
2017-10-28Merge branch 'tcp-more-perns-sysctls'David S. Miller11-164/+149
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet5-14/+12
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet5-18/+12
2017-10-28tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet5-10/+10
2017-10-28tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet5-13/+12
2017-10-28tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet5-10/+10
2017-10-28tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet6-13/+13
2017-10-28tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet5-16/+16
2017-10-28tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet5-12/+12
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet7-21/+18
2017-10-28tcp: Namespace-ify sysctl_tcp_tso_win_divisorEric Dumazet5-15/+14
2017-10-28tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet5-11/+11
2017-10-28tcp: Namespace-ify sysctl_tcp_nometrics_saveEric Dumazet4-11/+9
2017-10-28tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail4-8/+9
2017-10-28drivers/net: smsc: Convert timers to use timer_setup()Kees Cook2-10/+10
2017-10-28drivers/net: packetengines: Convert timers to use timer_setup()Kees Cook2-12/+12
2017-10-28drivers/net: natsemi: Convert timers to use timer_setup()Kees Cook2-9/+9
2017-10-28drivers/net: mellanox: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-10-28drivers/net: korina: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-28drivers/net: fealnx: Convert timers to use timer_setup()Kees Cook1-10/+10
2017-10-28drivers/net: dlink: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-28drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook4-22/+21
2017-10-28drivers/net: appletalk/cops: Convert timers to use timer_setup()Kees Cook1-5/+6
2017-10-28drivers/net: amd: Convert timers to use timer_setup()Kees Cook7-28/+37
2017-10-28drivers/net: 8390: Convert timers to use timer_setup()Kees Cook2-10/+10
2017-10-28tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet1-1/+1
2017-10-28ipv6: exthdrs: use swap macro in ipv6_dest_haoGustavo A. R. Silva1-4/+1
2017-10-28tuntap: properly align skb->head before building skbJason Wang1-0/+1
2017-10-28stmmac: copy unicast mac address to MAC registersBhadram Varka1-1/+15
2017-10-28nfp: inform the VF driver needs to be restarted after changing the MACPablo Cascón1-1/+7
2017-10-28liquidio: fix kernel panic in VF driverFelix Manlunas1-3/+3
2017-10-28net: dsa: move fixed link registration helpersVivien Didelot5-47/+56
2017-10-28bnxt_en: Fix randconfig build errors.Michael Chan1-0/+6
2017-10-27Merge tag 'for-linus-4.14c-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-9/+15
2017-10-27Merge tag 'arc-4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds5-6/+22
2017-10-27Fix tracing sample code warning.Linus Torvalds1-1/+1
2017-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+5
2017-10-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-31/+57
2017-10-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+16
2017-10-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2017-10-27Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+5
2017-10-27Input: synaptics-rmi4 - limit the range of what GPIOs are buttonsAndrew Duggan1-2/+3
2017-10-27Input: gtco - fix potential out-of-bound accessDmitry Torokhov1-7/+10
2017-10-27igb: Add support for CBS offloadAndre Guedes4-0/+384
2017-10-27net/sched: Add support for HW offloading for CBSVinicius Costa Gomes3-12/+102
2017-10-27net/sched: Introduce Credit Based Shaper (CBS) qdiscVinicius Costa Gomes4-0/+324
2017-10-27net/sched: Add select_queue() class_ops for mqprioJesus Sanchez-Palencia1-0/+7
2017-10-27net/sched: Change behavior of mq select_queue()Jesus Sanchez-Palencia1-9/+1
2017-10-27net/sched: Check for null dev_queue on create flowJesus Sanchez-Palencia1-1/+7
2017-10-28liquidio: xmit_more supportIntiyaz Basha9-19/+55
2017-10-28Merge branch 'ibmvnic-Tunable-parameter-support'David S. Miller2-30/+213
2017-10-28ibmvnic: Fix failover error path for non-fatal resetsJohn Allen2-2/+4
2017-10-28ibmvnic: Update reset infrastructure to support tunable parametersJohn Allen2-28/+209
2017-10-28Merge branch 'qualcomm-rmnet-Add-64-bit-stats-and-GRO'David S. Miller6-32/+114
2017-10-28net: qualcomm: rmnet: Add support for GROSubash Abhinov Kasiviswanathan4-1/+14
2017-10-28net: qualcomm: rmnet: Add support for 64 bit statsSubash Abhinov Kasiviswanathan2-5/+85
2017-10-28net: qualcomm: rmnet: Always assign rmnet dev in deaggregation pathSubash Abhinov Kasiviswanathan1-2/+1
2017-10-28net: qualcomm: rmnet: Fix the return value of rmnet_rx_handler()Subash Abhinov Kasiviswanathan3-24/+14
2017-10-28Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller5-21/+22
2017-10-28MAINAINTERS: Add Doug as GENET maintainerFlorian Fainelli1-0/+1
2017-10-28Merge branch 'bnxt_en-next'David S. Miller9-228/+1558
2017-10-28bnxt_en: alloc tc_info{} struct only when tc flower is enabledSathya Perla5-22/+34
2017-10-28bnxt_en: query cfa flow stats periodically to compute 'lastused' attributeSathya Perla4-85/+218
2017-10-28bnxt_en: add hwrm FW cmds for cfa_encap_record and decap_filterSathya Perla1-4/+125
2017-10-28bnxt_en: add support for Flower based vxlan encap/decap offloadSathya Perla4-12/+631
2017-10-28bnxt_en: Refactor and simplify coalescing code.Michael Chan1-46/+35
2017-10-28bnxt_en: Reorganize the coalescing parameters.Michael Chan3-52/+79
2017-10-28bnxt_en: Add ethtool reset methodVasundhara Volam2-1/+38
2017-10-28bnxt_en: Check maximum supported MTU from firmware.Michael Chan2-6/+12
2017-10-28bnxt_en: Optimize .ndo_set_mac_address() for VFs.Michael Chan1-3/+3
2017-10-28bnxt_en: Get firmware package version one time.Michael Chan2-16/+18
2017-10-28bnxt_en: Check for zero length value in bnxt_get_nvram_item().Michael Chan1-0/+3
2017-10-28bnxt_en: adding PCI ID for SMARTNIC VF supportRob Miller1-1/+5
2017-10-28bnxt_en: Add PCIe device ID for bcm58804Ray Jui2-0/+5
2017-10-28bnxt_en: Update firmware interface to 1.8.3.1Michael Chan1-24/+396
2017-10-28Merge branch 'dsa-define-port-types'David S. Miller11-46/+62
2017-10-28net: dsa: remove port masksVivien Didelot3-17/+0
2017-10-28net: dsa: use new port type in helpersVivien Didelot1-11/+16
2017-10-28net: dsa: define port typesVivien Didelot3-0/+16
2017-10-28net: dsa: introduce dsa_user_ports helperVivien Didelot6-8/+11
2017-10-28net: dsa: use dsa_is_user_port everywhereVivien Didelot6-13/+12
2017-10-28net: dsa: rename dsa_is_normal_port helperVivien Didelot2-2/+2
2017-10-28net: dsa: fix dsa_is_normal_port helperVivien Didelot1-1/+1
2017-10-28net: dsa: mv88e6xxx: skip unused portsVivien Didelot1-0/+3
2017-10-28net: dsa: add dsa_is_unused_port helperVivien Didelot2-1/+8
2017-10-27net: faraday: ftmac100: Use BUG_ON instead of if condition followed by BUG.Gustavo A. R. Silva1-2/+3
2017-10-27net: bcmgenet: Use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+1
2017-10-27Merge branch 'cxgb4-collect-more-hardware-dumps-via-ethtool'David S. Miller11-1/+1168
2017-10-27cxgb4: collect hardware misc dumpsRahul Lakkireddy5-0/+211
2017-10-27cxgb4: collect hardware scheduler dumpsRahul Lakkireddy9-0/+119
2017-10-27cxgb4: collect PBT tables dumpRahul Lakkireddy5-0/+91
2017-10-27cxgb4: collect MPS-TCAM dumpRahul Lakkireddy6-0/+230
2017-10-27cxgb4: collect TID info dumpRahul Lakkireddy8-1/+143
2017-10-27cxgb4: collect RSS dumpsRahul Lakkireddy5-0/+68
2017-10-27cxgb4: collect CIM queue configuration dumpRahul Lakkireddy5-0/+56
2017-10-27cxgb4: collect hardware LA dumpsRahul Lakkireddy6-0/+250
2017-10-27ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long1-2/+7
2017-10-27ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long1-4/+7
2017-10-27ipip: only increase err_count for some certain type icmp in ipip_errXin Long1-17/+42
2017-10-27net: stmmac: First Queue must always be in DCB modeJose Abreu1-0/+7
2017-10-27Merge branch 'dsa-lan9303-Learn-addresses-on-CPU-port-when-bridged'David S. Miller4-34/+60
2017-10-27net: dsa: lan9303: Learn addresses on CPU port when bridgedEgil Hjelmeland1-1/+22
2017-10-27net: dsa: lan9303: Move struct lan9303 to include/linux/dsa/lan9303.hEgil Hjelmeland3-33/+38
2017-10-27Merge branch 'mlxsw-small-cleanup'David S. Miller3-49/+51
2017-10-27mlxsw: reg: Avoid magic number in PPCNTNogah Frankel1-30/+42
2017-10-27mlxsw: spectrum: Change stats cache to be localNogah Frankel2-19/+9
2017-10-27net: stmmac: dwc-qos-eth: Fix typo in DT bindings parsingJose Abreu1-1/+1
2017-10-27Merge tag 'mlx5-fixes-2017-10-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller6-96/+204
2017-10-27bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello2-3/+2
2017-10-27liquidio: deprecate 1-bit flag indicating watchdog kernel thread is runningFelix Manlunas1-10/+4
2017-10-27net: systemport: Check DSA notifier master against ourselfFlorian Fainelli1-15/+18
2017-10-27net: dsa: Simplify dsa_slave_phy_setup()Florian Fainelli1-22/+4
2017-10-27Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses"Ingo Molnar2-16/+0
2017-10-27Merge branch 'tcp-move-14-sysctls-to-namespaces'David S. Miller10-169/+157
2017-10-27tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet5-10/+10
2017-10-27tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet5-22/+20
2017-10-27tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet5-12/+13
2017-10-27tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet5-11/+11
2017-10-27tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet5-10/+11
2017-10-27tcp: remove stale sysctl_tcp_reorderingEric Dumazet1-1/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_fackEric Dumazet6-12/+11
2017-10-27tcp: Namespace-ify sysctl_tcp_abort_on_overflowEric Dumazet4-11/+9
2017-10-27tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet5-10/+9
2017-10-27tcp: Namespace-ify sysctl_tcp_stdurgEric Dumazet4-10/+9
2017-10-27tcp: Namespace-ify sysctl_tcp_retrans_collapseEric Dumazet5-13/+10
2017-10-27tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet5-13/+11
2017-10-27tcp: Namespace-ify sysctl_tcp_thin_linear_timeoutsEric Dumazet4-12/+9
2017-10-27tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet6-11/+11
2017-10-27tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet6-12/+14
2017-10-27maintainers: drop Chris Wright from pvopsJuergen Gross1-1/+0
2017-10-27Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin...David S. Miller4-20/+88
2017-10-27l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby2-2/+2
2017-10-27drivers/net: arcnet: Convert timers to use timer_setup()Kees Cook1-3/+4
2017-10-27drivers/net: wan/sdla: Convert timers to use timer_setup()Kees Cook2-7/+6