summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* macsec: fix checksumming after decryptionAndreas Steinmetz2019-07-021-0/+1
* macsec: fix use-after-free of skb during RXAndreas Steinmetz2019-07-021-3/+2
* rxrpc: Fix send on a connected, but unbound socketDavid Howells2019-07-021-2/+2
* Merge branch 'bridge-stale-ptrs'David S. Miller2019-07-023-17/+17
|\
| * net: bridge: stp: don't cache eth dest pointer before skb pullNikolay Aleksandrov2019-07-021-2/+1
| * net: bridge: don't cache ether dest pointer on inputNikolay Aleksandrov2019-07-021-5/+3
| * net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 queryNikolay Aleksandrov2019-07-021-2/+1
| * net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handlingNikolay Aleksandrov2019-07-021-8/+12
|/
* r8152: fix the setting of detecting the linking change for runtime suspendHayes Wang2019-07-011-11/+27
* net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-013-3/+4
* net/tls: reject offload of TLS 1.3Jakub Kicinski2019-07-011-0/+8
* Merge branch 'idr-fix-overflow-cases-on-32-bit-CPU'David S. Miller2019-07-015-29/+57
|\
| * selftests: add a test case for cls_lower handle overflowDavide Caratti2019-07-011-0/+19
| * idr: introduce idr_for_each_entry_continue_ul()Cong Wang2019-07-013-24/+27
| * idr: fix overflow case for idr_for_each_entry_ul()Cong Wang2019-07-012-5/+11
|/
* Merge branch 'vsock-virtio-fixes'David S. Miller2019-07-011-29/+102
|\
| * vsock/virtio: fix flush of works during the .remove()Stefano Garzarella2019-07-011-6/+9
| * vsock/virtio: stop workers during the .remove()Stefano Garzarella2019-07-011-1/+50
| * vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella2019-07-011-23/+44
|/
* vxlan: do not destroy fdb if register_netdevice() is failedTaehee Yoo2019-07-011-10/+27
* sctp: fix error handling on stream scheduler initializationMarcelo Ricardo Leitner2019-07-011-1/+8
* netrom: fix a memory leak in nr_rx_frame()Cong Wang2019-07-011-1/+2
* ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce2019-07-011-0/+8
* net:gue.h:Fix shifting signed 32-bit value by 31 bits problemVandana BN2019-07-011-1/+1
* net: dst.h: Fix shifting signed 32-bit value by 31 bits problemVandana BN2019-07-011-1/+1
* Documentation/networking: fix default_ttl typo in mpls-sysctlHangbin Liu2019-07-011-1/+1
* net: openvswitch: fix csum updates for MPLS actionsJohn Hurley2019-06-301-4/+2
* Merge branch 'bnxt_en-Bug-fixes'David S. Miller2019-06-304-12/+20
|\
| * bnxt_en: Suppress error messages when querying DSCP DCB capabilities.Michael Chan2019-06-301-1/+1
| * bnxt_en: Cap the returned MSIX vectors to the RDMA driver.Michael Chan2019-06-301-1/+3
| * bnxt_en: Fix statistics context reservation logic for RDMA driver.Michael Chan2019-06-301-6/+11
| * bnxt_en: Fix ethtool selftest crash under error conditions.Michael Chan2019-06-301-3/+3
| * bnxt_en: Disable bus master during PCI shutdown and driver unload.Michael Chan2019-06-301-1/+2
|/
* net: dsa: mv88e6xxx: wait after reset deactivationBaruch Siach2019-06-291-0/+2
* bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli2019-06-294-11/+34
* igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet2019-06-291-6/+2
* Merge branch 'Sub-ns-increment-fixes-in-Macb-PTP'David S. Miller2019-06-292-3/+13
|\
| * net: macb: Fix SUBNS increment and increase resolutionHarini Katakam2019-06-292-2/+9
| * net: macb: Add separate definition for PPM fractionHarini Katakam2019-06-292-1/+4
|/
* packet: Fix undefined behavior in bit shiftJiunn Chang2019-06-291-1/+1
* net: make skb_dst_force return true when dst is refcountedFlorian Westphal2019-06-292-2/+9
* sctp: not bind the socket in sctp_connectXin Long2019-06-291-21/+3
* net: mvpp2: prs: Don't override the sign bit in SRAM parser shiftMaxime Chevallier2019-06-281-1/+2
* net: phylink: further documentation clarificationsRussell King2019-06-281-2/+9
* net: ethernet: ti: cpsw: Assign OF node to slave devicesMarek Vasut2019-06-282-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-288-82/+99
|\
| * netfilter: Fix remainder of pseudo-header protocol 0He Zhe2019-06-283-4/+5
| * netfilter: ctnetlink: Fix regression in conntrack entry deletionFelix Kaechele2019-06-261-3/+4
| * ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-06-253-68/+76
| * ipvs: defer hook registration to avoid leaksJulian Anastasov2019-06-211-7/+14