aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-02net: bridge: stp: don't cache eth dest pointer before skb pullNikolay Aleksandrov1-2/+1
2019-07-02net: bridge: don't cache ether dest pointer on inputNikolay Aleksandrov1-5/+3
2019-07-02net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 queryNikolay Aleksandrov1-2/+1
2019-07-02net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handlingNikolay Aleksandrov1-8/+12
2019-07-01r8152: fix the setting of detecting the linking change for runtime suspendHayes Wang1-11/+27
2019-07-01net/tls: make sure offload also gets the keys wipedJakub Kicinski3-3/+4
2019-07-01net/tls: reject offload of TLS 1.3Jakub Kicinski1-0/+8
2019-07-01selftests: add a test case for cls_lower handle overflowDavide Caratti1-0/+19
2019-07-01idr: introduce idr_for_each_entry_continue_ul()Cong Wang3-24/+27
2019-07-01idr: fix overflow case for idr_for_each_entry_ul()Cong Wang2-5/+11
2019-07-01vsock/virtio: fix flush of works during the .remove()Stefano Garzarella1-6/+9
2019-07-01vsock/virtio: stop workers during the .remove()Stefano Garzarella1-1/+50
2019-07-01vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella1-23/+44
2019-07-01vxlan: do not destroy fdb if register_netdevice() is failedTaehee Yoo1-10/+27
2019-07-01sctp: fix error handling on stream scheduler initializationMarcelo Ricardo Leitner1-1/+8
2019-07-01netrom: fix a memory leak in nr_rx_frame()Cong Wang1-1/+2
2019-07-01ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce1-0/+8
2019-07-01net:gue.h:Fix shifting signed 32-bit value by 31 bits problemVandana BN1-1/+1
2019-07-01net: dst.h: Fix shifting signed 32-bit value by 31 bits problemVandana BN1-1/+1
2019-07-01Documentation/networking: fix default_ttl typo in mpls-sysctlHangbin Liu1-1/+1
2019-06-30net: openvswitch: fix csum updates for MPLS actionsJohn Hurley1-4/+2
2019-06-30bnxt_en: Suppress error messages when querying DSCP DCB capabilities.Michael Chan1-1/+1
2019-06-30bnxt_en: Cap the returned MSIX vectors to the RDMA driver.Michael Chan1-1/+3
2019-06-30bnxt_en: Fix statistics context reservation logic for RDMA driver.Michael Chan1-6/+11
2019-06-30bnxt_en: Fix ethtool selftest crash under error conditions.Michael Chan1-3/+3
2019-06-30bnxt_en: Disable bus master during PCI shutdown and driver unload.Michael Chan1-1/+2
2019-06-29net: dsa: mv88e6xxx: wait after reset deactivationBaruch Siach1-0/+2
2019-06-29bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli4-11/+34
2019-06-29igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet1-6/+2
2019-06-29net: macb: Fix SUBNS increment and increase resolutionHarini Katakam2-2/+9
2019-06-29net: macb: Add separate definition for PPM fractionHarini Katakam2-1/+4
2019-06-29packet: Fix undefined behavior in bit shiftJiunn Chang1-1/+1
2019-06-29net: make skb_dst_force return true when dst is refcountedFlorian Westphal2-2/+9
2019-06-29sctp: not bind the socket in sctp_connectXin Long1-21/+3
2019-06-28net: mvpp2: prs: Don't override the sign bit in SRAM parser shiftMaxime Chevallier1-1/+2
2019-06-28net: phylink: further documentation clarificationsRussell King1-2/+9
2019-06-28net: ethernet: ti: cpsw: Assign OF node to slave devicesMarek Vasut2-0/+4
2019-06-28net: dsa: b53: Disable all ports on setupBenedikt Spranger1-2/+2
2019-06-28netfilter: Fix remainder of pseudo-header protocol 0He Zhe3-4/+5
2019-06-28nl80211: Fix undefined behavior in bit shiftJiunn Chang1-1/+1
2019-06-27mt76: usb: fix rx A-MSDU supportLorenzo Bianconi2-9/+38
2019-06-27proc: remove useless d_is_dir() checkChristian Brauner1-2/+1
2019-06-27copy_process(): don't use ksys_close() on cleanupsAl Viro1-28/+18
2019-06-26af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKETNeil Horman2-3/+18
2019-06-26sctp: change to hold sk after auth shkey is created successfullyXin Long1-4/+4
2019-06-26ipv6: fix neighbour resolution with raw socketNicolas Dichtel1-1/+2
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel5-7/+7
2019-06-26net: dsa: microchip: Use gpiod_set_value_cansleep()Marek Vasut1-3/+3
2019-06-26net: aquantia: fix vlans not working over bridged networkDmitry Bogdanov4-8/+23
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra3-0/+46